#AAB176

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

Shades of Locust #AAB176

Tints of Locust #AAB176

Color information

#AAB176 (or 0xAAB176) is unknown color: approx Locust. HEX triplet: AA, B1 and 76. RGB value is (170,177,118). Sum of RGB (Red+Green+Blue) = 170+177+118=465 (61% of max value = 765). Red value is 170 (66.80% from 255 or 36.56% from 465); Green value is 177 (69.53% from 255 or 38.06% from 465); Blue value is 118 (46.48% from 255 or 25.38% from 465); Max value from RGB is 177 - color contains mainly: green. Hex color #AAB176 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AAB176 is #554E89. Grayscale: #A8A8A8. Windows color (decimal): -5590666 or 7778730. OLE color: 7778730.

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

Color convert

RGB170177118-
CMYK0.0400.330.31
HSL67.12º27.44%57.84%-
HSV(B)67.12º33.33%69.41%-
XYZ35.5741.323.24-
YUV168.1899.68129.3-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 36.56%
GREEN value IS 177 (69.53% from 255) = 38.06%
BLUE value IS 118 (46.48% from 255) = 25.38%
R=36.56%
G=38.06%
B=25.38%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1701771180.0400.330.3167.1227.4457.84
HexAAB17640211F431b3a
Octal2522611664041371033372
Binary10101010101100011110110100010000111111100001111011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAB176

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAB176; }

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

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

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

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

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

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

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

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