#AAAB72

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

Shades of Locust #AAAB72

Tints of Locust #AAAB72

Color information

#AAAB72 (or 0xAAAB72) is unknown color: approx Locust. HEX triplet: AA, AB and 72. RGB value is (170,171,114). Sum of RGB (Red+Green+Blue) = 170+171+114=455 (60% of max value = 765). Red value is 170 (66.80% from 255 or 37.36% from 455); Green value is 171 (67.19% from 255 or 37.58% from 455); Blue value is 114 (44.92% from 255 or 25.05% from 455); Max value from RGB is 171 - color contains mainly: green. Hex color #AAAB72 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AAAB72 is #55548D. Grayscale: #A4A4A4. Windows color (decimal): -5592206 or 7515050. OLE color: 7515050.

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

Color convert

RGB170171114-
CMYK0.0100.330.33
HSL61.05º25.33%55.88%-
HSV(B)61.05º33.33%67.06%-
XYZ34.1838.8921.62-
YUV164.299.67132.13-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 37.36%
GREEN value IS 171 (67.19% from 255) = 37.58%
BLUE value IS 114 (44.92% from 255) = 25.05%
R=37.36%
G=37.58%
B=25.05%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1701711140.0100.330.3361.0525.3355.88
HexAAAB721021213d1938
Octal252253162104141753170
Binary101010101010101111100101010000110000111110111001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAAB72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAAB72; }

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

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

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

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

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

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

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

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