#A4AD78

Color #A4AD78 Locust (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Locust #A4AD78

Tints of Locust #A4AD78

Color information

#A4AD78 (or 0xA4AD78) is unknown color: approx Locust. HEX triplet: A4, AD and 78. RGB value is (164,173,120). Sum of RGB (Red+Green+Blue) = 164+173+120=457 (60% of max value = 765). Red value is 164 (64.45% from 255 or 35.89% from 457); Green value is 173 (67.97% from 255 or 37.86% from 457); Blue value is 120 (47.27% from 255 or 26.26% from 457); Max value from RGB is 173 - color contains mainly: green. Hex color #A4AD78 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A4AD78 is #5B5287. Grayscale: #A4A4A4. Windows color (decimal): -5984904 or 7908772. OLE color: 7908772.

HSL color Cylindrical-coordinate representation of color #A4AD78: hue angle of 70.19º degrees, saturation: 0.24, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #A4AD78 is Cyan = 0.05, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.32.

Color convert

RGB164173120-
CMYK0.0500.310.32
HSL70.19º24.42%57.45%-
HSV(B)70.19º30.64%67.84%-
XYZ33.6439.1423.55-
YUV164.27103.02127.81-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 164 (64.45% from 255) = 35.89%
GREEN value IS 173 (67.97% from 255) = 37.86%
BLUE value IS 120 (47.27% from 255) = 26.26%
R=35.89%
G=37.86%
B=26.26%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1641731200.0500.310.3270.1924.4257.45
HexA4AD78501F20461839
Octal2442551705037401063071
Binary10100100101011011111000101011111100000100011011000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4AD78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4AD78; }

 p { color: rgb(164,173,120); }

 H1.HeaderClassName
 {
   color: #A4AD78;
 }
 .AnyTagClassName
 {
   color: #A4AD78;
 }
</style>
background-color css

<style>
 a { background-color: #A4AD78; }

 a { background-color: rgb(164,173,120); }

 div.DivClassName
 {
   background-color: #A4AD78;
 }
 .BgClassName
 {
   background-color: #A4AD78;
 }
</style>
border-color css

<style>
 span { border-color: #A4AD78; }

 span { border-color: rgb(164,173,120); }

 td.TdClassName
 {
   border-color: #A4AD78;
 }
 .TagClassName
 {
   border-color: #A4AD78;
 }
</style>