Shades of Brown #AA2925
Tints of Brown #AA2925
RGB
CMYK
RGB Variations
Color information
#AA2925 (or 0xAA2925) is known color: Brown. HEX triplet: AA, 29 and 25. RGB value is (170,41,37). Sum of RGB (Red+Green+Blue) = 170+41+37=248 (32% of max value = 765). Red value is 170 (66.80% from 255 or 68.55% from 248); Green value is 41 (16.41% from 255 or 16.53% from 248); Blue value is 37 (14.84% from 255 or 14.92% from 248); Max value from RGB is 170 - color contains mainly: red. Hex color #AA2925 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AA2925 is #55D6DA. Grayscale: #4F4F4F. Windows color (decimal): -5625563 or 2435498. OLE color: 2435498.
HSL color Cylindrical-coordinate representation of color #AA2925: hue angle of 1.8º 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 #AA2925 is Cyan = 0, Magento = 0.76, Yellow = 0.78 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 41 | 37 | - |
| CMYK | 0 | 0.76 | 0.78 | 0.33 |
| HSL | 1.8º | 0.64% | 0.41% | - |
| HSV(B) | 1.8º | 0.78% | 0.67% | - |
| XYZ | 17.7 | 10.27 | 2.8 | - |
| YUV | 79.12 | 104.24 | 192.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 41 | 37 | 0 | 0.76 | 0.78 | 0.33 | 1.8 | 0.64 | 0.41 |
| Hex | AA | 29 | 25 | 0 | 4C | 4E | 21 | 2 | 40 | 29 |
| Octal | 252 | 51 | 45 | 0 | 114 | 116 | 41 | 2 | 100 | 51 |
| Binary | 10101010 | 101001 | 100101 | 0 | 1001100 | 1001110 | 100001 | 10 | 1000000 | 101001 |
Color Harmonies of #AA2925
Complementary color
Monochromatic Colors of #AA2925
Black with #AA2925
Text Example
Text Example
White with #AA2925
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA2925; }
p { color: rgb(170,41,37); }
H1.HeaderClassName
{
color: #AA2925;
}
.AnyTagClassName
{
color: #AA2925;
}
</style>
background-color css
<style>
a { background-color: #AA2925; }
a { background-color: rgb(170,41,37); }
div.DivClassName
{
background-color: #AA2925;
}
.BgClassName
{
background-color: #AA2925;
}
</style>
border-color css
<style>
span { border-color: #AA2925; }
span { border-color: rgb(170,41,37); }
td.TdClassName
{
border-color: #AA2925;
}
.TagClassName
{
border-color: #AA2925;
}
</style>