#AAAA72

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

Shades of Locust #AAAA72

Tints of Locust #AAAA72

Color information

#AAAA72 (or 0xAAAA72) is unknown color: approx Locust. HEX triplet: AA, AA and 72. RGB value is (170,170,114). Sum of RGB (Red+Green+Blue) = 170+170+114=454 (60% of max value = 765). Red value is 170 (66.80% from 255 or 37.44% from 454); Green value is 170 (66.80% from 255 or 37.44% from 454); Blue value is 114 (44.92% from 255 or 25.11% from 454); Max value from RGB is 170 - color contains mainly: red, green. Hex color #AAAA72 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AAAA72 is #55558D. Grayscale: #A3A3A3. Windows color (decimal): -5592462 or 7514794. OLE color: 7514794.

HSL color Cylindrical-coordinate representation of color #AAAA72: hue angle of 60º degrees, saturation: 0.25, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #AAAA72 is Cyan = 0, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.33.

Color convert

RGB170170114-
CMYK000.330.33
HSL60º24.78%55.69%-
HSV(B)60º32.94%66.67%-
XYZ33.9938.5121.56-
YUV163.62100132.55-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 37.44%
GREEN value IS 170 (66.80% from 255) = 37.44%
BLUE value IS 114 (44.92% from 255) = 25.11%
R=37.44%
G=37.44%
B=25.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal170170114000.330.336024.7855.69
HexAAAA720021213c1938
Octal252252162004141743170
Binary101010101010101011100100010000110000111110011001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAAA72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAAA72; }

 p { color: rgb(170,170,114); }

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

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

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

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

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

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

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