#A6AA72

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

Shades of Locust #A6AA72

Tints of Locust #A6AA72

Color information

#A6AA72 (or 0xA6AA72) is unknown color: approx Locust. HEX triplet: A6, AA and 72. RGB value is (166,170,114). Sum of RGB (Red+Green+Blue) = 166+170+114=450 (59% of max value = 765). Red value is 166 (65.23% from 255 or 36.89% from 450); Green value is 170 (66.80% from 255 or 37.78% from 450); Blue value is 114 (44.92% from 255 or 25.33% from 450); Max value from RGB is 170 - color contains mainly: green. Hex color #A6AA72 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A6AA72 is #59558D. Grayscale: #A2A2A2. Windows color (decimal): -5854606 or 7514790. OLE color: 7514790.

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

Color convert

RGB166170114-
CMYK0.0200.330.33
HSL64.29º24.78%55.69%-
HSV(B)64.29º32.94%66.67%-
XYZ33.1438.0721.52-
YUV162.42100.67130.55-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 36.89%
GREEN value IS 170 (66.80% from 255) = 37.78%
BLUE value IS 114 (44.92% from 255) = 25.33%
R=36.89%
G=37.78%
B=25.33%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1661701140.0200.330.3364.2924.7855.69
HexA6AA72202121401938
Octal2462521622041411003170
Binary10100110101010101110010100100001100001100000011001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6AA72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6AA72; }

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

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

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

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

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

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

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

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