#A9B077

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

Shades of Locust #A9B077

Tints of Locust #A9B077

Color information

#A9B077 (or 0xA9B077) is unknown color: approx Locust. HEX triplet: A9, B0 and 77. RGB value is (169,176,119). Sum of RGB (Red+Green+Blue) = 169+176+119=464 (61% of max value = 765). Red value is 169 (66.41% from 255 or 36.42% from 464); Green value is 176 (69.14% from 255 or 37.93% from 464); Blue value is 119 (46.88% from 255 or 25.65% from 464); Max value from RGB is 176 - color contains mainly: green. Hex color #A9B077 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A9B077 is #564F88. Grayscale: #A7A7A7. Windows color (decimal): -5656457 or 7844009. OLE color: 7844009.

HSL color Cylindrical-coordinate representation of color #A9B077: hue angle of 67.37º degrees, saturation: 0.27, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #A9B077 is Cyan = 0.04, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.31.

Color convert

RGB169176119-
CMYK0.0400.320.31
HSL67.37º26.51%57.84%-
HSV(B)67.37º32.39%69.02%-
XYZ35.2240.8223.48-
YUV167.41100.68129.13-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 36.42%
GREEN value IS 176 (69.14% from 255) = 37.93%
BLUE value IS 119 (46.88% from 255) = 25.65%
R=36.42%
G=37.93%
B=25.65%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1691761190.0400.320.3167.3726.5157.84
HexA9B07740201F431b3a
Octal2512601674040371033372
Binary10101001101100001110111100010000011111100001111011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9B077

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9B077; }

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

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

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

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

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

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

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

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