#A9AF7A

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

Shades of Locust #A9AF7A

Tints of Locust #A9AF7A

Color information

#A9AF7A (or 0xA9AF7A) is unknown color: approx Locust. HEX triplet: A9, AF and 7A. RGB value is (169,175,122). Sum of RGB (Red+Green+Blue) = 169+175+122=466 (61% of max value = 765). Red value is 169 (66.41% from 255 or 36.27% from 466); Green value is 175 (68.75% from 255 or 37.55% from 466); Blue value is 122 (48.05% from 255 or 26.18% from 466); Max value from RGB is 175 - color contains mainly: green. Hex color #A9AF7A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A9AF7A is #565085. Grayscale: #A7A7A7. Windows color (decimal): -5656710 or 8040361. OLE color: 8040361.

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

Color convert

RGB169175122-
CMYK0.0300.300.31
HSL66.79º24.88%58.24%-
HSV(B)66.79º30.29%68.63%-
XYZ35.2140.524.37-
YUV167.16102.51129.31-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 36.27%
GREEN value IS 175 (68.75% from 255) = 37.55%
BLUE value IS 122 (48.05% from 255) = 26.18%
R=36.27%
G=37.55%
B=26.18%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1691751220.0300.300.3166.7924.8858.24
HexA9AF7A301E1F43193a
Octal2512571723036371033172
Binary101010011010111111110101101111011111100001111001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9AF7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9AF7A; }

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

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

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

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

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

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

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

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