#A8AF79

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

Shades of Locust #A8AF79

Tints of Locust #A8AF79

Color information

#A8AF79 (or 0xA8AF79) is unknown color: approx Locust. HEX triplet: A8, AF and 79. RGB value is (168,175,121). Sum of RGB (Red+Green+Blue) = 168+175+121=464 (61% of max value = 765). Red value is 168 (66.02% from 255 or 36.21% from 464); Green value is 175 (68.75% from 255 or 37.72% from 464); Blue value is 121 (47.66% from 255 or 26.08% from 464); Max value from RGB is 175 - color contains mainly: green. Hex color #A8AF79 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A8AF79 is #575086. Grayscale: #A6A6A6. Windows color (decimal): -5722247 or 7974824. OLE color: 7974824.

HSL color Cylindrical-coordinate representation of color #A8AF79: hue angle of 67.78º 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 #A8AF79 is Cyan = 0.04, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.31.

Color convert

RGB168175121-
CMYK0.0400.310.31
HSL67.78º25.23%58.04%-
HSV(B)67.78º30.86%68.63%-
XYZ34.9340.3724.04-
YUV166.75102.18128.89-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 36.21%
GREEN value IS 175 (68.75% from 255) = 37.72%
BLUE value IS 121 (47.66% from 255) = 26.08%
R=36.21%
G=37.72%
B=26.08%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1681751210.0400.310.3167.7825.2358.04
HexA8AF79401F1F44193a
Octal2502571714037371043172
Binary1010100010101111111100110001111111111100010011001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8AF79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8AF79; }

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

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

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

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

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

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

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

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