#AA2A21

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

Shades of Brown #AA2A21

Tints of Brown #AA2A21

Color information

#AA2A21 (or 0xAA2A21) is unknown color: approx Brown. HEX triplet: AA, 2A and 21. RGB value is (170,42,33). Sum of RGB (Red+Green+Blue) = 170+42+33=245 (32% of max value = 765). Red value is 170 (66.80% from 255 or 69.39% from 245); Green value is 42 (16.80% from 255 or 17.14% from 245); Blue value is 33 (13.28% from 255 or 13.47% from 245); Max value from RGB is 170 - color contains mainly: red. Hex color #AA2A21 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AA2A21 is #55D5DE. Grayscale: #4F4F4F. Windows color (decimal): -5625311 or 2173610. OLE color: 2173610.

HSL color Cylindrical-coordinate representation of color #AA2A21: hue angle of 3.94º degrees, saturation: 0.67, 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 #AA2A21 is Cyan = 0, Magento = 0.75, Yellow = 0.81 and Black (K on CMYK) = 0.33.

Color convert

RGB1704233-
CMYK00.750.810.33
HSL3.94º67.49%39.8%-
HSV(B)3.94º80.59%66.67%-
XYZ17.6810.312.5-
YUV79.25101.91192.73-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 69.39%
GREEN value IS 42 (16.80% from 255) = 17.14%
BLUE value IS 33 (13.28% from 255) = 13.47%
R=69.39%
G=17.14%
B=13.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.81
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal170423300.750.810.333.9467.4939.8
HexAA2A2104B512144328
Octal2525241011312141410350
Binary101010101010101000010100101110100011000011001000011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA2A21

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA2A21; }

 p { color: rgb(170,42,33); }

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

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

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

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

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

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

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