#A9AC7D

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

Shades of Locust #A9AC7D

Tints of Locust #A9AC7D

Color information

#A9AC7D (or 0xA9AC7D) is unknown color: approx Locust. HEX triplet: A9, AC and 7D. RGB value is (169,172,125). Sum of RGB (Red+Green+Blue) = 169+172+125=466 (61% of max value = 765). Red value is 169 (66.41% from 255 or 36.27% from 466); Green value is 172 (67.58% from 255 or 36.91% from 466); Blue value is 125 (49.22% from 255 or 26.82% from 466); Max value from RGB is 172 - color contains mainly: green. Hex color #A9AC7D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A9AC7D is #565382. Grayscale: #A5A5A5. Windows color (decimal): -5657475 or 8236201. OLE color: 8236201.

HSL color Cylindrical-coordinate representation of color #A9AC7D: hue angle of 63.83º degrees, saturation: 0.22, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #A9AC7D is Cyan = 0.02, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.33.

Color convert

RGB169172125-
CMYK0.0200.270.33
HSL63.83º22.07%58.24%-
HSV(B)63.83º27.33%67.45%-
XYZ34.8239.4225.18-
YUV165.74105.01130.32-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 36.27%
GREEN value IS 172 (67.58% from 255) = 36.91%
BLUE value IS 125 (49.22% from 255) = 26.82%
R=36.27%
G=36.91%
B=26.82%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1691721250.0200.270.3363.8322.0758.24
HexA9AC7D201B2140163a
Octal2512541752033411002672
Binary1010100110101100111110110011011100001100000010110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9AC7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9AC7D; }

 p { color: rgb(169,172,125); }

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

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

 a { background-color: rgb(169,172,125); }

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

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

 span { border-color: rgb(169,172,125); }

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