#A6AA81

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

Shades of Locust #A6AA81

Tints of Locust #A6AA81

Color information

#A6AA81 (or 0xA6AA81) is unknown color: approx Locust. HEX triplet: A6, AA and 81. RGB value is (166,170,129). Sum of RGB (Red+Green+Blue) = 166+170+129=465 (61% of max value = 765). Red value is 166 (65.23% from 255 or 35.70% from 465); Green value is 170 (66.80% from 255 or 36.56% from 465); Blue value is 129 (50.78% from 255 or 27.74% from 465); Max value from RGB is 170 - color contains mainly: green. Hex color #A6AA81 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A6AA81 is #59557E. Grayscale: #A4A4A4. Windows color (decimal): -5854591 or 8497830. OLE color: 8497830.

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

Color convert

RGB166170129-
CMYK0.0200.240.33
HSL65.85º19.43%58.63%-
HSV(B)65.85º24.12%66.67%-
XYZ34.0638.4426.39-
YUV164.13108.17129.33-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 35.70%
GREEN value IS 170 (66.80% from 255) = 36.56%
BLUE value IS 129 (50.78% from 255) = 27.74%
R=35.70%
G=36.56%
B=27.74%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1661701290.0200.240.3365.8519.4358.63
HexA6AA8120182142133b
Octal2462522012030411022373
Binary10100110101010101000000110011000100001100001010011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6AA81

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6AA81; }

 p { color: rgb(166,170,129); }

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

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

 a { background-color: rgb(166,170,129); }

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

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

 span { border-color: rgb(166,170,129); }

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