#AAB17D

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

Shades of Locust #AAB17D

Tints of Locust #AAB17D

Color information

#AAB17D (or 0xAAB17D) is unknown color: approx Locust. HEX triplet: AA, B1 and 7D. RGB value is (170,177,125). Sum of RGB (Red+Green+Blue) = 170+177+125=472 (62% of max value = 765). Red value is 170 (66.80% from 255 or 36.02% from 472); Green value is 177 (69.53% from 255 or 37.5% from 472); Blue value is 125 (49.22% from 255 or 26.48% from 472); Max value from RGB is 177 - color contains mainly: green. Hex color #AAB17D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AAB17D is #554E82. Grayscale: #A9A9A9. Windows color (decimal): -5590659 or 8237482. OLE color: 8237482.

HSL color Cylindrical-coordinate representation of color #AAB17D: hue angle of 68.08º degrees, saturation: 0.25, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #AAB17D is Cyan = 0.04, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.31.

Color convert

RGB170177125-
CMYK0.0400.290.31
HSL68.08º25%59.22%-
HSV(B)68.08º29.38%69.41%-
XYZ3641.4725.51-
YUV168.98103.18128.73-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 36.02%
GREEN value IS 177 (69.53% from 255) = 37.5%
BLUE value IS 125 (49.22% from 255) = 26.48%
R=36.02%
G=37.5%
B=26.48%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1701771250.0400.290.3168.082559.22
HexAAB17D401D1F44193b
Octal2522611754035371043173
Binary1010101010110001111110110001110111111100010011001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAB17D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAB17D; }

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

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

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

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

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

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

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

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