#A9AB80

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

Shades of Locust #A9AB80

Tints of Locust #A9AB80

Color information

#A9AB80 (or 0xA9AB80) is unknown color: approx Locust. HEX triplet: A9, AB and 80. RGB value is (169,171,128). Sum of RGB (Red+Green+Blue) = 169+171+128=468 (61% of max value = 765). Red value is 169 (66.41% from 255 or 36.11% from 468); Green value is 171 (67.19% from 255 or 36.54% from 468); Blue value is 128 (50.39% from 255 or 27.35% from 468); Max value from RGB is 171 - color contains mainly: green. Hex color #A9AB80 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A9AB80 is #56547F. Grayscale: #A5A5A5. Windows color (decimal): -5657728 or 8432553. OLE color: 8432553.

HSL color Cylindrical-coordinate representation of color #A9AB80: hue angle of 62.79º degrees, saturation: 0.2, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #A9AB80 is Cyan = 0.01, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.33.

Color convert

RGB169171128-
CMYK0.0100.250.33
HSL62.79º20.38%58.63%-
HSV(B)62.79º25.15%67.06%-
XYZ34.8239.1226.14-
YUV165.5106.84130.5-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 36.11%
GREEN value IS 171 (67.19% from 255) = 36.54%
BLUE value IS 128 (50.39% from 255) = 27.35%
R=36.11%
G=36.54%
B=27.35%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1691711280.0100.250.3362.7920.3858.63
HexA9AB801019213f143b
Octal251253200103141772473
Binary101010011010101110000000101100110000111111110100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9AB80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9AB80; }

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

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

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

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

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

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

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

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