#A9AF80

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

Shades of Locust #A9AF80

Tints of Locust #A9AF80

Color information

#A9AF80 (or 0xA9AF80) is unknown color: approx Locust. HEX triplet: A9, AF and 80. RGB value is (169,175,128). Sum of RGB (Red+Green+Blue) = 169+175+128=472 (62% of max value = 765). Red value is 169 (66.41% from 255 or 35.81% from 472); Green value is 175 (68.75% from 255 or 37.08% from 472); Blue value is 128 (50.39% from 255 or 27.12% from 472); Max value from RGB is 175 - color contains mainly: green. Hex color #A9AF80 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A9AF80 is #56507F. Grayscale: #A8A8A8. Windows color (decimal): -5656704 or 8433577. OLE color: 8433577.

HSL color Cylindrical-coordinate representation of color #A9AF80: hue angle of 67.66º degrees, saturation: 0.23, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #A9AF80 is Cyan = 0.03, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.31.

Color convert

RGB169175128-
CMYK0.0300.270.31
HSL67.66º22.71%59.41%-
HSV(B)67.66º26.86%68.63%-
XYZ35.5940.6526.39-
YUV167.85105.51128.82-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 35.81%
GREEN value IS 175 (68.75% from 255) = 37.08%
BLUE value IS 128 (50.39% from 255) = 27.12%
R=35.81%
G=37.08%
B=27.12%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1691751280.0300.270.3167.6622.7159.41
HexA9AF80301B1F44173b
Octal2512572003033371042773
Binary1010100110101111100000001101101111111100010010111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9AF80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9AF80; }

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

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

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

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

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

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

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

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