#AA2B29

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

Shades of Brown #AA2B29

Tints of Brown #AA2B29

Color information

#AA2B29 (or 0xAA2B29) is unknown color: approx Brown. HEX triplet: AA, 2B and 29. RGB value is (170,43,41). Sum of RGB (Red+Green+Blue) = 170+43+41=254 (33% of max value = 765). Red value is 170 (66.80% from 255 or 66.93% from 254); Green value is 43 (17.19% from 255 or 16.93% from 254); Blue value is 41 (16.41% from 255 or 16.14% from 254); Max value from RGB is 170 - color contains mainly: red. Hex color #AA2B29 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AA2B29 is #55D4D6. Grayscale: #505050. Windows color (decimal): -5625047 or 2698154. OLE color: 2698154.

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

Color convert

RGB1704341-
CMYK00.750.760.33
HSL0.93º61.14%41.37%-
HSV(B)0.93º75.88%66.67%-
XYZ17.8410.433.17-
YUV80.74105.58191.66-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 66.93%
GREEN value IS 43 (17.19% from 255) = 16.93%
BLUE value IS 41 (16.41% from 255) = 16.14%
R=66.93%
G=16.93%
B=16.14%

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
Decimal170434100.750.760.330.9361.1441.37
HexAA2B2904B4C2113d29
Octal252535101131144117551
Binary101010101010111010010100101110011001000011111101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA2B29

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA2B29; }

 p { color: rgb(170,43,41); }

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

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

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

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

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

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

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