Shades of Brown #AA2825
Tints of Brown #AA2825
RGB
CMYK
RGB Variations
Color information
#AA2825 (or 0xAA2825) is known color: Brown. HEX triplet: AA, 28 and 25. RGB value is (170,40,37). Sum of RGB (Red+Green+Blue) = 170+40+37=247 (32% of max value = 765). Red value is 170 (66.80% from 255 or 68.83% from 247); Green value is 40 (16.02% from 255 or 16.19% from 247); Blue value is 37 (14.84% from 255 or 14.98% from 247); Max value from RGB is 170 - color contains mainly: red. Hex color #AA2825 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AA2825 is #55D7DA. Grayscale: #4E4E4E. Windows color (decimal): -5625819 or 2435242. OLE color: 2435242.
HSL color Cylindrical-coordinate representation of color #AA2825: hue angle of 1.35º degrees, saturation: 0.64, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #AA2825 is Cyan = 0, Magento = 0.76, Yellow = 0.78 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 40 | 37 | - |
| CMYK | 0 | 0.76 | 0.78 | 0.33 |
| HSL | 1.35º | 0.64% | 0.41% | - |
| HSV(B) | 1.35º | 0.78% | 0.67% | - |
| XYZ | 17.67 | 10.2 | 2.79 | - |
| YUV | 78.53 | 104.57 | 193.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 40 | 37 | 0 | 0.76 | 0.78 | 0.33 | 1.35 | 0.64 | 0.41 |
| Hex | AA | 28 | 25 | 0 | 4C | 4E | 21 | 1 | 40 | 29 |
| Octal | 252 | 50 | 45 | 0 | 114 | 116 | 41 | 1 | 100 | 51 |
| Binary | 10101010 | 101000 | 100101 | 0 | 1001100 | 1001110 | 100001 | 1 | 1000000 | 101001 |
Color Harmonies of #AA2825
Complementary color
Monochromatic Colors of #AA2825
Black with #AA2825
Text Example
Text Example
White with #AA2825
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA2825; }
p { color: rgb(170,40,37); }
H1.HeaderClassName
{
color: #AA2825;
}
.AnyTagClassName
{
color: #AA2825;
}
</style>
background-color css
<style>
a { background-color: #AA2825; }
a { background-color: rgb(170,40,37); }
div.DivClassName
{
background-color: #AA2825;
}
.BgClassName
{
background-color: #AA2825;
}
</style>
border-color css
<style>
span { border-color: #AA2825; }
span { border-color: rgb(170,40,37); }
td.TdClassName
{
border-color: #AA2825;
}
.TagClassName
{
border-color: #AA2825;
}
</style>