#A2AB76

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

Shades of Locust #A2AB76

Tints of Locust #A2AB76

Color information

#A2AB76 (or 0xA2AB76) is unknown color: approx Locust. HEX triplet: A2, AB and 76. RGB value is (162,171,118). Sum of RGB (Red+Green+Blue) = 162+171+118=451 (59% of max value = 765). Red value is 162 (63.67% from 255 or 35.92% from 451); Green value is 171 (67.19% from 255 or 37.92% from 451); Blue value is 118 (46.48% from 255 or 26.16% from 451); Max value from RGB is 171 - color contains mainly: green. Hex color #A2AB76 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A2AB76 is #5D5489. Grayscale: #A2A2A2. Windows color (decimal): -6116490 or 7777186. OLE color: 7777186.

HSL color Cylindrical-coordinate representation of color #A2AB76: hue angle of 70.19º degrees, saturation: 0.24, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #A2AB76 is Cyan = 0.05, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.33.

Color convert

RGB162171118-
CMYK0.0500.310.33
HSL70.19º23.98%56.67%-
HSV(B)70.19º30.99%67.06%-
XYZ32.7338.1222.77-
YUV162.27103.02127.81-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 35.92%
GREEN value IS 171 (67.19% from 255) = 37.92%
BLUE value IS 118 (46.48% from 255) = 26.16%
R=35.92%
G=37.92%
B=26.16%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1621711180.0500.310.3370.1923.9856.67
HexA2AB76501F21461839
Octal2422531665037411063071
Binary10100010101010111110110101011111100001100011011000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2AB76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2AB76; }

 p { color: rgb(162,171,118); }

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

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

 a { background-color: rgb(162,171,118); }

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

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

 span { border-color: rgb(162,171,118); }

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