#AA2E21

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

Shades of Brown #AA2E21

Tints of Brown #AA2E21

Color information

#AA2E21 (or 0xAA2E21) is unknown color: approx Brown. HEX triplet: AA, 2E and 21. RGB value is (170,46,33). Sum of RGB (Red+Green+Blue) = 170+46+33=249 (32% of max value = 765). Red value is 170 (66.80% from 255 or 68.27% from 249); Green value is 46 (18.36% from 255 or 18.47% from 249); Blue value is 33 (13.28% from 255 or 13.25% from 249); Max value from RGB is 170 - color contains mainly: red. Hex color #AA2E21 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AA2E21 is #55D1DE. Grayscale: #515151. Windows color (decimal): -5624287 or 2174634. OLE color: 2174634.

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

Color convert

RGB1704633-
CMYK00.730.810.33
HSL5.69º67.49%39.8%-
HSV(B)5.69º80.59%66.67%-
XYZ17.8310.612.55-
YUV81.59100.58191.06-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 68.27%
GREEN value IS 46 (18.36% from 255) = 18.47%
BLUE value IS 33 (13.28% from 255) = 13.25%
R=68.27%
G=18.47%
B=13.25%

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
Decimal170463300.730.810.335.6967.4939.8
HexAA2E21049512164328
Octal2525641011112141610350
Binary101010101011101000010100100110100011000011101000011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA2E21

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA2E21; }

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

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

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

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

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

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

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

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