#A9AF79

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

Shades of Locust #A9AF79

Tints of Locust #A9AF79

Color information

#A9AF79 (or 0xA9AF79) is unknown color: approx Locust. HEX triplet: A9, AF and 79. RGB value is (169,175,121). Sum of RGB (Red+Green+Blue) = 169+175+121=465 (61% of max value = 765). Red value is 169 (66.41% from 255 or 36.34% from 465); Green value is 175 (68.75% from 255 or 37.63% from 465); Blue value is 121 (47.66% from 255 or 26.02% from 465); Max value from RGB is 175 - color contains mainly: green. Hex color #A9AF79 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A9AF79 is #565086. Grayscale: #A7A7A7. Windows color (decimal): -5656711 or 7974825. OLE color: 7974825.

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

Color convert

RGB169175121-
CMYK0.0300.310.31
HSL66.67º25.23%58.04%-
HSV(B)66.67º30.86%68.63%-
XYZ35.1440.4824.05-
YUV167.05102.01129.39-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 36.34%
GREEN value IS 175 (68.75% from 255) = 37.63%
BLUE value IS 121 (47.66% from 255) = 26.02%
R=36.34%
G=37.63%
B=26.02%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1691751210.0300.310.3166.6725.2358.04
HexA9AF79301F1F43193a
Octal2512571713037371033172
Binary101010011010111111110011101111111111100001111001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9AF79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9AF79; }

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

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

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

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

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

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

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

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