#A9AB71

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

Shades of Locust #A9AB71

Tints of Locust #A9AB71

Color information

#A9AB71 (or 0xA9AB71) is unknown color: approx Locust. HEX triplet: A9, AB and 71. RGB value is (169,171,113). Sum of RGB (Red+Green+Blue) = 169+171+113=453 (60% of max value = 765). Red value is 169 (66.41% from 255 or 37.31% from 453); Green value is 171 (67.19% from 255 or 37.75% from 453); Blue value is 113 (44.53% from 255 or 24.94% from 453); Max value from RGB is 171 - color contains mainly: green. Hex color #A9AB71 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A9AB71 is #56548E. Grayscale: #A4A4A4. Windows color (decimal): -5657743 or 7449513. OLE color: 7449513.

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

Color convert

RGB169171113-
CMYK0.0100.340.33
HSL62.07º25.66%55.69%-
HSV(B)62.07º33.92%67.06%-
XYZ33.9138.7521.32-
YUV163.7999.34131.72-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 37.31%
GREEN value IS 171 (67.19% from 255) = 37.75%
BLUE value IS 113 (44.53% from 255) = 24.94%
R=37.31%
G=37.75%
B=24.94%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1691711130.0100.340.3362.0725.6655.69
HexA9AB711022213e1a38
Octal251253161104241763270
Binary101010011010101111100011010001010000111111011010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9AB71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9AB71; }

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

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

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

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

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

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

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

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