#AAB17A

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

Shades of Locust #AAB17A

Tints of Locust #AAB17A

Color information

#AAB17A (or 0xAAB17A) is unknown color: approx Locust. HEX triplet: AA, B1 and 7A. RGB value is (170,177,122). Sum of RGB (Red+Green+Blue) = 170+177+122=469 (62% of max value = 765). Red value is 170 (66.80% from 255 or 36.25% from 469); Green value is 177 (69.53% from 255 or 37.74% from 469); Blue value is 122 (48.05% from 255 or 26.01% from 469); Max value from RGB is 177 - color contains mainly: green. Hex color #AAB17A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AAB17A is #554E85. Grayscale: #A8A8A8. Windows color (decimal): -5590662 or 8040874. OLE color: 8040874.

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

Color convert

RGB170177122-
CMYK0.0400.310.31
HSL67.64º26.07%58.63%-
HSV(B)67.64º31.07%69.41%-
XYZ35.8141.424.51-
YUV168.64101.68128.97-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 36.25%
GREEN value IS 177 (69.53% from 255) = 37.74%
BLUE value IS 122 (48.05% from 255) = 26.01%
R=36.25%
G=37.74%
B=26.01%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1701771220.0400.310.3167.6426.0758.63
HexAAB17A401F1F441a3b
Octal2522611724037371043273
Binary1010101010110001111101010001111111111100010011010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAB17A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAB17A; }

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

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

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

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

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

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

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

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