#AAB471

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

Shades of Locust #AAB471

Tints of Locust #AAB471

Color information

#AAB471 (or 0xAAB471) is unknown color: approx Locust. HEX triplet: AA, B4 and 71. RGB value is (170,180,113). Sum of RGB (Red+Green+Blue) = 170+180+113=463 (61% of max value = 765). Red value is 170 (66.80% from 255 or 36.72% from 463); Green value is 180 (70.70% from 255 or 38.88% from 463); Blue value is 113 (44.53% from 255 or 24.41% from 463); Max value from RGB is 180 - color contains mainly: green. Hex color #AAB471 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AAB471 is #554B8E. Grayscale: #A9A9A9. Windows color (decimal): -5589903 or 7451818. OLE color: 7451818.

HSL color Cylindrical-coordinate representation of color #AAB471: hue angle of 68.96º degrees, saturation: 0.31, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #AAB471 is Cyan = 0.06, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.29.

Color convert

RGB170180113-
CMYK0.0600.370.29
HSL68.96º30.88%57.45%-
HSV(B)68.96º37.22%70.59%-
XYZ35.8842.3821.91-
YUV169.3796.19128.45-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 36.72%
GREEN value IS 180 (70.70% from 255) = 38.88%
BLUE value IS 113 (44.53% from 255) = 24.41%
R=36.72%
G=38.88%
B=24.41%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1701801130.0600.370.2968.9630.8857.45
HexAAB47160251D451f39
Octal2522641616045351053771
Binary10101010101101001110001110010010111101100010111111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAB471

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAB471; }

 p { color: rgb(170,180,113); }

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

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

 a { background-color: rgb(170,180,113); }

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

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

 span { border-color: rgb(170,180,113); }

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