#AAAB70

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

Shades of Locust #AAAB70

Tints of Locust #AAAB70

Color information

#AAAB70 (or 0xAAAB70) is unknown color: approx Locust. HEX triplet: AA, AB and 70. RGB value is (170,171,112). Sum of RGB (Red+Green+Blue) = 170+171+112=453 (60% of max value = 765). Red value is 170 (66.80% from 255 or 37.53% from 453); Green value is 171 (67.19% from 255 or 37.75% from 453); Blue value is 112 (44.14% from 255 or 24.72% from 453); Max value from RGB is 171 - color contains mainly: green. Hex color #AAAB70 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AAAB70 is #55548F. Grayscale: #A4A4A4. Windows color (decimal): -5592208 or 7383978. OLE color: 7383978.

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

Color convert

RGB170171112-
CMYK0.0100.350.33
HSL61.02º25.99%55.49%-
HSV(B)61.02º34.5%67.06%-
XYZ34.0738.8421.03-
YUV163.9898.67132.3-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 37.53%
GREEN value IS 171 (67.19% from 255) = 37.75%
BLUE value IS 112 (44.14% from 255) = 24.72%
R=37.53%
G=37.75%
B=24.72%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1701711120.0100.350.3361.0225.9955.49
HexAAAB701023213d1a37
Octal252253160104341753267
Binary101010101010101111100001010001110000111110111010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAAB70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAAB70; }

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

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

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

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

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

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

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

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