#A4AF79

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

Shades of Locust #A4AF79

Tints of Locust #A4AF79

Color information

#A4AF79 (or 0xA4AF79) is unknown color: approx Locust. HEX triplet: A4, AF and 79. RGB value is (164,175,121). Sum of RGB (Red+Green+Blue) = 164+175+121=460 (60% of max value = 765). Red value is 164 (64.45% from 255 or 35.65% from 460); Green value is 175 (68.75% from 255 or 38.04% from 460); Blue value is 121 (47.66% from 255 or 26.30% from 460); Max value from RGB is 175 - color contains mainly: green. Hex color #A4AF79 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A4AF79 is #5B5086. Grayscale: #A5A5A5. Windows color (decimal): -5984391 or 7974820. OLE color: 7974820.

HSL color Cylindrical-coordinate representation of color #A4AF79: hue angle of 72.22º degrees, saturation: 0.25, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #A4AF79 is Cyan = 0.06, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.31.

Color convert

RGB164175121-
CMYK0.0600.310.31
HSL72.22º25.23%58.04%-
HSV(B)72.22º30.86%68.63%-
XYZ34.0939.9324-
YUV165.56102.86126.89-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 35.65%
GREEN value IS 175 (68.75% from 255) = 38.04%
BLUE value IS 121 (47.66% from 255) = 26.30%
R=35.65%
G=38.04%
B=26.30%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1641751210.0600.310.3172.2225.2358.04
HexA4AF79601F1F48193a
Octal2442571716037371103172
Binary1010010010101111111100111001111111111100100011001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4AF79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4AF79; }

 p { color: rgb(164,175,121); }

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

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

 a { background-color: rgb(164,175,121); }

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

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

 span { border-color: rgb(164,175,121); }

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