#AA2E20

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

Shades of Brown #AA2E20

Tints of Brown #AA2E20

Color information

#AA2E20 (or 0xAA2E20) is unknown color: approx Brown. HEX triplet: AA, 2E and 20. RGB value is (170,46,32). Sum of RGB (Red+Green+Blue) = 170+46+32=248 (32% of max value = 765). Red value is 170 (66.80% from 255 or 68.55% from 248); Green value is 46 (18.36% from 255 or 18.55% from 248); Blue value is 32 (12.89% from 255 or 12.90% from 248); Max value from RGB is 170 - color contains mainly: red. Hex color #AA2E20 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AA2E20 is #55D1DF. Grayscale: #515151. Windows color (decimal): -5624288 or 2109098. OLE color: 2109098.

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

Color convert

RGB1704632-
CMYK00.730.810.33
HSL6.09º68.32%39.61%-
HSV(B)6.09º81.18%66.67%-
XYZ17.8210.62.47-
YUV81.48100.08191.14-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 68.55%
GREEN value IS 46 (18.36% from 255) = 18.55%
BLUE value IS 32 (12.89% from 255) = 12.90%
R=68.55%
G=18.55%
B=12.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.81
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal170463200.730.810.336.0968.3239.61
HexAA2E20049512164428
Octal2525640011112141610450
Binary101010101011101000000100100110100011000011101000100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA2E20

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA2E20; }

 p { color: rgb(170,46,32); }

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

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

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

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

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

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

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