#AAB476

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

Shades of Locust #AAB476

Tints of Locust #AAB476

Color information

#AAB476 (or 0xAAB476) is unknown color: approx Locust. HEX triplet: AA, B4 and 76. RGB value is (170,180,118). Sum of RGB (Red+Green+Blue) = 170+180+118=468 (61% of max value = 765). Red value is 170 (66.80% from 255 or 36.32% from 468); Green value is 180 (70.70% from 255 or 38.46% from 468); Blue value is 118 (46.48% from 255 or 25.21% from 468); Max value from RGB is 180 - color contains mainly: green. Hex color #AAB476 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AAB476 is #554B89. Grayscale: #AAAAAA. Windows color (decimal): -5589898 or 7779498. OLE color: 7779498.

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

Color convert

RGB170180118-
CMYK0.0600.340.29
HSL69.68º29.25%58.43%-
HSV(B)69.68º34.44%70.59%-
XYZ36.1742.523.44-
YUV169.9498.69128.04-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 36.32%
GREEN value IS 180 (70.70% from 255) = 38.46%
BLUE value IS 118 (46.48% from 255) = 25.21%
R=36.32%
G=38.46%
B=25.21%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1701801180.0600.340.2969.6829.2558.43
HexAAB47660221D461d3a
Octal2522641666042351063572
Binary10101010101101001110110110010001011101100011011101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAB476

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAB476; }

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

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

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

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

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

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

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

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