Shades of Brown #AA2D1E
Tints of Brown #AA2D1E
RGB
CMYK
RGB Variations
Color information
#AA2D1E (or 0xAA2D1E) is known color: Brown. HEX triplet: AA, 2D and 1E. RGB value is (170,45,30). Sum of RGB (Red+Green+Blue) = 170+45+30=245 (32% of max value = 765). Red value is 170 (66.80% from 255 or 69.39% from 245); Green value is 45 (17.97% from 255 or 18.37% from 245); Blue value is 30 (12.11% from 255 or 12.24% from 245); Max value from RGB is 170 - color contains mainly: red. Hex color #AA2D1E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AA2D1E is #55D2E1. Grayscale: #505050. Windows color (decimal): -5624546 or 1977770. OLE color: 1977770.
HSL color Cylindrical-coordinate representation of color #AA2D1E: hue angle of 6.43º degrees, saturation: 0.7, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #AA2D1E is Cyan = 0, Magento = 0.74, Yellow = 0.82 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 45 | 30 | - |
| CMYK | 0 | 0.74 | 0.82 | 0.33 |
| HSL | 6.43º | 0.7% | 0.39% | - |
| HSV(B) | 6.43º | 0.82% | 0.67% | - |
| XYZ | 17.75 | 10.52 | 2.32 | - |
| YUV | 80.67 | 99.41 | 191.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 45 | 30 | 0 | 0.74 | 0.82 | 0.33 | 6.43 | 0.7 | 0.39 |
| Hex | AA | 2D | 1E | 0 | 4A | 52 | 21 | 6 | 46 | 27 |
| Octal | 252 | 55 | 36 | 0 | 112 | 122 | 41 | 6 | 106 | 47 |
| Binary | 10101010 | 101101 | 11110 | 0 | 1001010 | 1010010 | 100001 | 110 | 1000110 | 100111 |
Color Harmonies of #AA2D1E
Complementary color
Monochromatic Colors of #AA2D1E
Black with #AA2D1E
Text Example
Text Example
White with #AA2D1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA2D1E; }
p { color: rgb(170,45,30); }
H1.HeaderClassName
{
color: #AA2D1E;
}
.AnyTagClassName
{
color: #AA2D1E;
}
</style>
background-color css
<style>
a { background-color: #AA2D1E; }
a { background-color: rgb(170,45,30); }
div.DivClassName
{
background-color: #AA2D1E;
}
.BgClassName
{
background-color: #AA2D1E;
}
</style>
border-color css
<style>
span { border-color: #AA2D1E; }
span { border-color: rgb(170,45,30); }
td.TdClassName
{
border-color: #AA2D1E;
}
.TagClassName
{
border-color: #AA2D1E;
}
</style>