#AAB179

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

Shades of Locust #AAB179

Tints of Locust #AAB179

Color information

#AAB179 (or 0xAAB179) is unknown color: approx Locust. HEX triplet: AA, B1 and 79. RGB value is (170,177,121). Sum of RGB (Red+Green+Blue) = 170+177+121=468 (61% of max value = 765). Red value is 170 (66.80% from 255 or 36.32% from 468); Green value is 177 (69.53% from 255 or 37.82% from 468); Blue value is 121 (47.66% from 255 or 25.85% from 468); Max value from RGB is 177 - color contains mainly: green. Hex color #AAB179 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AAB179 is #554E86. Grayscale: #A8A8A8. Windows color (decimal): -5590663 or 7975338. OLE color: 7975338.

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

Color convert

RGB170177121-
CMYK0.0400.320.31
HSL67.5º26.42%58.43%-
HSV(B)67.5º31.64%69.41%-
XYZ35.7541.3724.19-
YUV168.52101.18129.05-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 36.32%
GREEN value IS 177 (69.53% from 255) = 37.82%
BLUE value IS 121 (47.66% from 255) = 25.85%
R=36.32%
G=37.82%
B=25.85%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1701771210.0400.320.3167.526.4258.43
HexAAB17940201F441a3a
Octal2522611714040371043272
Binary10101010101100011111001100010000011111100010011010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAB179

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAB179; }

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

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

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

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

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

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

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

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