#A4AB76

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

Shades of Locust #A4AB76

Tints of Locust #A4AB76

Color information

#A4AB76 (or 0xA4AB76) is unknown color: approx Locust. HEX triplet: A4, AB and 76. RGB value is (164,171,118). Sum of RGB (Red+Green+Blue) = 164+171+118=453 (60% of max value = 765). Red value is 164 (64.45% from 255 or 36.20% from 453); Green value is 171 (67.19% from 255 or 37.75% from 453); Blue value is 118 (46.48% from 255 or 26.05% from 453); Max value from RGB is 171 - color contains mainly: green. Hex color #A4AB76 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A4AB76 is #5B5489. Grayscale: #A3A3A3. Windows color (decimal): -5985418 or 7777188. OLE color: 7777188.

HSL color Cylindrical-coordinate representation of color #A4AB76: hue angle of 67.92º 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 #A4AB76 is Cyan = 0.04, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.33.

Color convert

RGB164171118-
CMYK0.0400.310.33
HSL67.92º23.98%56.67%-
HSV(B)67.92º30.99%67.06%-
XYZ33.1438.3322.79-
YUV162.86102.68128.81-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 36.20%
GREEN value IS 171 (67.19% from 255) = 37.75%
BLUE value IS 118 (46.48% from 255) = 26.05%
R=36.20%
G=37.75%
B=26.05%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1641711180.0400.310.3367.9223.9856.67
HexA4AB76401F21441839
Octal2442531664037411043071
Binary10100100101010111110110100011111100001100010011000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4AB76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4AB76; }

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

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

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

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

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

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

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

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