#AAAB7D

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

Shades of Locust #AAAB7D

Tints of Locust #AAAB7D

Color information

#AAAB7D (or 0xAAAB7D) is unknown color: approx Locust. HEX triplet: AA, AB and 7D. RGB value is (170,171,125). Sum of RGB (Red+Green+Blue) = 170+171+125=466 (61% of max value = 765). Red value is 170 (66.80% from 255 or 36.48% from 466); Green value is 171 (67.19% from 255 or 36.70% from 466); Blue value is 125 (49.22% from 255 or 26.82% from 466); Max value from RGB is 171 - color contains mainly: green. Hex color #AAAB7D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AAAB7D is #555482. Grayscale: #A5A5A5. Windows color (decimal): -5592195 or 8235946. OLE color: 8235946.

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

Color convert

RGB170171125-
CMYK0.0100.270.33
HSL61.3º21.5%58.04%-
HSV(B)61.3º26.9%67.06%-
XYZ34.8439.1525.12-
YUV165.46105.17131.24-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 36.48%
GREEN value IS 171 (67.19% from 255) = 36.70%
BLUE value IS 125 (49.22% from 255) = 26.82%
R=36.48%
G=36.70%
B=26.82%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1701711250.0100.270.3361.321.558.04
HexAAAB7D101B213d153a
Octal252253175103341752572
Binary10101010101010111111101101101110000111110110101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAAB7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAAB7D; }

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

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

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

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

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

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

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

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