Shades of Brown #AA2725
Tints of Brown #AA2725
RGB
CMYK
RGB Variations
Color information
#AA2725 (or 0xAA2725) is known color: Brown. HEX triplet: AA, 27 and 25. RGB value is (170,39,37). Sum of RGB (Red+Green+Blue) = 170+39+37=246 (32% of max value = 765). Red value is 170 (66.80% from 255 or 69.11% from 246); Green value is 39 (15.62% from 255 or 15.85% from 246); Blue value is 37 (14.84% from 255 or 15.04% from 246); Max value from RGB is 170 - color contains mainly: red. Hex color #AA2725 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AA2725 is #55D8DA. Grayscale: #4E4E4E. Windows color (decimal): -5626075 or 2434986. OLE color: 2434986.
HSL color Cylindrical-coordinate representation of color #AA2725: hue angle of 0.9º 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 #AA2725 is Cyan = 0, Magento = 0.77, Yellow = 0.78 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 39 | 37 | - |
| CMYK | 0 | 0.77 | 0.78 | 0.33 |
| HSL | 0.9º | 0.64% | 0.41% | - |
| HSV(B) | 0.9º | 0.78% | 0.67% | - |
| XYZ | 17.64 | 10.13 | 2.78 | - |
| YUV | 77.94 | 104.9 | 193.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 39 | 37 | 0 | 0.77 | 0.78 | 0.33 | 0.9 | 0.64 | 0.41 |
| Hex | AA | 27 | 25 | 0 | 4D | 4E | 21 | 1 | 40 | 29 |
| Octal | 252 | 47 | 45 | 0 | 115 | 116 | 41 | 1 | 100 | 51 |
| Binary | 10101010 | 100111 | 100101 | 0 | 1001101 | 1001110 | 100001 | 1 | 1000000 | 101001 |
Color Harmonies of #AA2725
Complementary color
Monochromatic Colors of #AA2725
Black with #AA2725
Text Example
Text Example
White with #AA2725
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA2725; }
p { color: rgb(170,39,37); }
H1.HeaderClassName
{
color: #AA2725;
}
.AnyTagClassName
{
color: #AA2725;
}
</style>
background-color css
<style>
a { background-color: #AA2725; }
a { background-color: rgb(170,39,37); }
div.DivClassName
{
background-color: #AA2725;
}
.BgClassName
{
background-color: #AA2725;
}
</style>
border-color css
<style>
span { border-color: #AA2725; }
span { border-color: rgb(170,39,37); }
td.TdClassName
{
border-color: #AA2725;
}
.TagClassName
{
border-color: #AA2725;
}
</style>