#A6AA71

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

Shades of Locust #A6AA71

Tints of Locust #A6AA71

Color information

#A6AA71 (or 0xA6AA71) is unknown color: approx Locust. HEX triplet: A6, AA and 71. RGB value is (166,170,113). Sum of RGB (Red+Green+Blue) = 166+170+113=449 (59% of max value = 765). Red value is 166 (65.23% from 255 or 36.97% from 449); Green value is 170 (66.80% from 255 or 37.86% from 449); Blue value is 113 (44.53% from 255 or 25.17% from 449); Max value from RGB is 170 - color contains mainly: green. Hex color #A6AA71 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A6AA71 is #59558E. Grayscale: #A2A2A2. Windows color (decimal): -5854607 or 7449254. OLE color: 7449254.

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

Color convert

RGB166170113-
CMYK0.0200.340.33
HSL64.21º25.11%55.49%-
HSV(B)64.21º33.53%66.67%-
XYZ33.0838.0521.22-
YUV162.31100.17130.63-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 36.97%
GREEN value IS 170 (66.80% from 255) = 37.86%
BLUE value IS 113 (44.53% from 255) = 25.17%
R=36.97%
G=37.86%
B=25.17%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1661701130.0200.340.3364.2125.1155.49
HexA6AA71202221401937
Octal2462521612042411003167
Binary10100110101010101110001100100010100001100000011001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6AA71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6AA71; }

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

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

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

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

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

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

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

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