#A4AA84

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

Shades of Locust #A4AA84

Tints of Locust #A4AA84

Color information

#A4AA84 (or 0xA4AA84) is unknown color: approx Locust. HEX triplet: A4, AA and 84. RGB value is (164,170,132). Sum of RGB (Red+Green+Blue) = 164+170+132=466 (61% of max value = 765). Red value is 164 (64.45% from 255 or 35.19% from 466); Green value is 170 (66.80% from 255 or 36.48% from 466); Blue value is 132 (51.95% from 255 or 28.33% from 466); Max value from RGB is 170 - color contains mainly: green. Hex color #A4AA84 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A4AA84 is #5B557B. Grayscale: #A4A4A4. Windows color (decimal): -5985660 or 8694436. OLE color: 8694436.

HSL color Cylindrical-coordinate representation of color #A4AA84: hue angle of 69.47º degrees, saturation: 0.18, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #A4AA84 is Cyan = 0.04, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.33.

Color convert

RGB164170132-
CMYK0.0400.220.33
HSL69.47º18.27%59.22%-
HSV(B)69.47º22.35%66.67%-
XYZ33.8538.3127.44-
YUV163.87110.01128.09-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 35.19%
GREEN value IS 170 (66.80% from 255) = 36.48%
BLUE value IS 132 (51.95% from 255) = 28.33%
R=35.19%
G=36.48%
B=28.33%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1641701320.0400.220.3369.4718.2759.22
HexA4AA8440162145123b
Octal2442522044026411052273
Binary101001001010101010000100100010110100001100010110010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4AA84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4AA84; }

 p { color: rgb(164,170,132); }

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

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

 a { background-color: rgb(164,170,132); }

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

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

 span { border-color: rgb(164,170,132); }

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