#A3AA84

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

Shades of Locust #A3AA84

Tints of Locust #A3AA84

Color information

#A3AA84 (or 0xA3AA84) is unknown color: approx Locust. HEX triplet: A3, AA and 84. RGB value is (163,170,132). Sum of RGB (Red+Green+Blue) = 163+170+132=465 (61% of max value = 765). Red value is 163 (64.06% from 255 or 35.05% from 465); Green value is 170 (66.80% from 255 or 36.56% from 465); Blue value is 132 (51.95% from 255 or 28.39% from 465); Max value from RGB is 170 - color contains mainly: green. Hex color #A3AA84 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A3AA84 is #5C557B. Grayscale: #A3A3A3. Windows color (decimal): -6051196 or 8694435. OLE color: 8694435.

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

Color convert

RGB163170132-
CMYK0.0400.220.33
HSL71.05º18.27%59.22%-
HSV(B)71.05º22.35%66.67%-
XYZ33.6438.227.43-
YUV163.57110.18127.59-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 35.05%
GREEN value IS 170 (66.80% from 255) = 36.56%
BLUE value IS 132 (51.95% from 255) = 28.39%
R=35.05%
G=36.56%
B=28.39%

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
Decimal1631701320.0400.220.3371.0518.2759.22
HexA3AA8440162147123b
Octal2432522044026411072273
Binary101000111010101010000100100010110100001100011110010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3AA84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3AA84; }

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

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

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

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

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

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

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

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