#AAA96E

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

Shades of Locust #AAA96E

Tints of Locust #AAA96E

Color information

#AAA96E (or 0xAAA96E) is unknown color: approx Locust. HEX triplet: AA, A9 and 6E. RGB value is (170,169,110). Sum of RGB (Red+Green+Blue) = 170+169+110=449 (59% of max value = 765). Red value is 170 (66.80% from 255 or 37.86% from 449); Green value is 169 (66.41% from 255 or 37.64% from 449); Blue value is 110 (43.36% from 255 or 24.50% from 449); Max value from RGB is 170 - color contains mainly: red. Hex color #AAA96E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AAA96E is #555691. Grayscale: #A2A2A2. Windows color (decimal): -5592722 or 7252394. OLE color: 7252394.

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

Color convert

RGB170169110-
CMYK00.010.350.33
HSL59º26.09%54.9%-
HSV(B)59º35.29%66.67%-
XYZ33.5838.0520.33-
YUV162.5798.33133.3-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 37.86%
GREEN value IS 169 (66.41% from 255) = 37.64%
BLUE value IS 110 (43.36% from 255) = 24.50%
R=37.86%
G=37.64%
B=24.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.35
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17016911000.010.350.335926.0954.9
HexAAA96E0123213b1a37
Octal252251156014341733267
Binary101010101010100111011100110001110000111101111010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAA96E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAA96E; }

 p { color: rgb(170,169,110); }

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

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

 a { background-color: rgb(170,169,110); }

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

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

 span { border-color: rgb(170,169,110); }

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