#A9AD7F

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

Shades of Locust #A9AD7F

Tints of Locust #A9AD7F

Color information

#A9AD7F (or 0xA9AD7F) is unknown color: approx Locust. HEX triplet: A9, AD and 7F. RGB value is (169,173,127). Sum of RGB (Red+Green+Blue) = 169+173+127=469 (62% of max value = 765). Red value is 169 (66.41% from 255 or 36.03% from 469); Green value is 173 (67.97% from 255 or 36.89% from 469); Blue value is 127 (50% from 255 or 27.08% from 469); Max value from RGB is 173 - color contains mainly: green. Hex color #A9AD7F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A9AD7F is #565280. Grayscale: #A6A6A6. Windows color (decimal): -5657217 or 8367529. OLE color: 8367529.

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

Color convert

RGB169173127-
CMYK0.0200.270.32
HSL65.22º21.9%58.82%-
HSV(B)65.22º26.59%67.84%-
XYZ35.1439.8525.92-
YUV166.56105.67129.74-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 36.03%
GREEN value IS 173 (67.97% from 255) = 36.89%
BLUE value IS 127 (50% from 255) = 27.08%
R=36.03%
G=36.89%
B=27.08%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1691731270.0200.270.3265.2221.958.82
HexA9AD7F201B2041163b
Octal2512551772033401012673
Binary1010100110101101111111110011011100000100000110110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9AD7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9AD7F; }

 p { color: rgb(169,173,127); }

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

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

 a { background-color: rgb(169,173,127); }

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

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

 span { border-color: rgb(169,173,127); }

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