#AAAB7F

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

Shades of Locust #AAAB7F

Tints of Locust #AAAB7F

Color information

#AAAB7F (or 0xAAAB7F) is unknown color: approx Locust. HEX triplet: AA, AB and 7F. RGB value is (170,171,127). Sum of RGB (Red+Green+Blue) = 170+171+127=468 (61% of max value = 765). Red value is 170 (66.80% from 255 or 36.32% from 468); Green value is 171 (67.19% from 255 or 36.54% from 468); Blue value is 127 (50% from 255 or 27.14% from 468); Max value from RGB is 171 - color contains mainly: green. Hex color #AAAB7F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AAAB7F is #555480. Grayscale: #A5A5A5. Windows color (decimal): -5592193 or 8367018. OLE color: 8367018.

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

Color convert

RGB170171127-
CMYK0.0100.260.33
HSL61.36º20.75%58.43%-
HSV(B)61.36º25.73%67.06%-
XYZ34.9739.225.8-
YUV165.68106.17131.08-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 36.32%
GREEN value IS 171 (67.19% from 255) = 36.54%
BLUE value IS 127 (50% from 255) = 27.14%
R=36.32%
G=36.54%
B=27.14%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1701711270.0100.260.3361.3620.7558.43
HexAAAB7F101A213d153a
Octal252253177103241752572
Binary10101010101010111111111101101010000111110110101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAAB7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAAB7F; }

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

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

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

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

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

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

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

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