#aa2a28

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

Shades of Brown #AA2A28

Tints of Brown #AA2A28

Color information

#AA2A28 (or 0xAA2A28) is unknown color: approx Brown. HEX triplet: AA, 2A and 28. RGB value is (170,42,40). Sum of RGB (Red+Green+Blue) = 170+42+40=252 (33% of max value = 765). Red value is 170 (66.80% from 255 or 67.46% from 252); Green value is 42 (16.80% from 255 or 16.67% from 252); Blue value is 40 (16.02% from 255 or 15.87% from 252); Max value from RGB is 170 - color contains mainly: red. Hex color #AA2A28 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AA2A28 is #55D5D7. Grayscale: #505050. Windows color (decimal): -5625304 or 2632362. OLE color: 2632362.

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

Color convert

RGB1704240-
CMYK00.750.760.33
HSL0.92º61.9%41.18%-
HSV(B)0.92º76.47%66.67%-
XYZ17.7910.363.07-
YUV80.04105.41192.16-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 67.46%
GREEN value IS 42 (16.80% from 255) = 16.67%
BLUE value IS 40 (16.02% from 255) = 15.87%
R=67.46%
G=16.67%
B=15.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.76
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal170424000.750.760.330.9261.941.18
HexAA2A2804B4C2113e29
Octal252525001131144117651
Binary101010101010101010000100101110011001000011111110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #aa2a28

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #aa2a28; }

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

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

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

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

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

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

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

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