#A9AD77

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

Shades of Locust #A9AD77

Tints of Locust #A9AD77

Color information

#A9AD77 (or 0xA9AD77) is unknown color: approx Locust. HEX triplet: A9, AD and 77. RGB value is (169,173,119). Sum of RGB (Red+Green+Blue) = 169+173+119=461 (61% of max value = 765). Red value is 169 (66.41% from 255 or 36.66% from 461); Green value is 173 (67.97% from 255 or 37.53% from 461); Blue value is 119 (46.88% from 255 or 25.81% from 461); Max value from RGB is 173 - color contains mainly: green. Hex color #A9AD77 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A9AD77 is #565288. Grayscale: #A5A5A5. Windows color (decimal): -5657225 or 7843241. OLE color: 7843241.

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

Color convert

RGB169173119-
CMYK0.0200.310.32
HSL64.44º24.77%57.25%-
HSV(B)64.44º31.21%67.84%-
XYZ34.6439.6523.28-
YUV165.65101.67130.39-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 36.66%
GREEN value IS 173 (67.97% from 255) = 37.53%
BLUE value IS 119 (46.88% from 255) = 25.81%
R=36.66%
G=37.53%
B=25.81%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1691731190.0200.310.3264.4424.7757.25
HexA9AD77201F20401939
Octal2512551672037401003171
Binary1010100110101101111011110011111100000100000011001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9AD77

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9AD77; }

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

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

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

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

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

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

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

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