#A9B072

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

Shades of Locust #A9B072

Tints of Locust #A9B072

Color information

#A9B072 (or 0xA9B072) is unknown color: approx Locust. HEX triplet: A9, B0 and 72. RGB value is (169,176,114). Sum of RGB (Red+Green+Blue) = 169+176+114=459 (60% of max value = 765). Red value is 169 (66.41% from 255 or 36.82% from 459); Green value is 176 (69.14% from 255 or 38.34% from 459); Blue value is 114 (44.92% from 255 or 24.84% from 459); Max value from RGB is 176 - color contains mainly: green. Hex color #A9B072 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A9B072 is #564F8D. Grayscale: #A7A7A7. Windows color (decimal): -5656462 or 7516329. OLE color: 7516329.

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

Color convert

RGB169176114-
CMYK0.0400.350.31
HSL66.77º28.18%56.86%-
HSV(B)66.77º35.23%69.02%-
XYZ34.9240.721.93-
YUV166.8498.18129.54-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 36.82%
GREEN value IS 176 (69.14% from 255) = 38.34%
BLUE value IS 114 (44.92% from 255) = 24.84%
R=36.82%
G=38.34%
B=24.84%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1691761140.0400.350.3166.7728.1856.86
HexA9B07240231F431c39
Octal2512601624043371033471
Binary10101001101100001110010100010001111111100001111100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9B072

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9B072; }

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

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

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

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

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

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

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

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