Shades of Brown #AA3425
Tints of Brown #AA3425
RGB
CMYK
RGB Variations
Color information
#AA3425 (or 0xAA3425) is known color: Brown. HEX triplet: AA, 34 and 25. RGB value is (170,52,37). Sum of RGB (Red+Green+Blue) = 170+52+37=259 (34% of max value = 765). Red value is 170 (66.80% from 255 or 65.64% from 259); Green value is 52 (20.70% from 255 or 20.08% from 259); Blue value is 37 (14.84% from 255 or 14.29% from 259); Max value from RGB is 170 - color contains mainly: red. Hex color #AA3425 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AA3425 is #55CBDA. Grayscale: #555555. Windows color (decimal): -5622747 or 2438314. OLE color: 2438314.
HSL color Cylindrical-coordinate representation of color #AA3425: hue angle of 6.77º 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 #AA3425 is Cyan = 0, Magento = 0.69, Yellow = 0.78 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 52 | 37 | - |
| CMYK | 0 | 0.69 | 0.78 | 0.33 |
| HSL | 6.77º | 0.64% | 0.41% | - |
| HSV(B) | 6.77º | 0.78% | 0.67% | - |
| XYZ | 18.14 | 11.14 | 2.94 | - |
| YUV | 85.57 | 100.59 | 188.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 52 | 37 | 0 | 0.69 | 0.78 | 0.33 | 6.77 | 0.64 | 0.41 |
| Hex | AA | 34 | 25 | 0 | 45 | 4E | 21 | 7 | 40 | 29 |
| Octal | 252 | 64 | 45 | 0 | 105 | 116 | 41 | 7 | 100 | 51 |
| Binary | 10101010 | 110100 | 100101 | 0 | 1000101 | 1001110 | 100001 | 111 | 1000000 | 101001 |
Color Harmonies of #AA3425
Complementary color
Monochromatic Colors of #AA3425
Black with #AA3425
Text Example
Text Example
White with #AA3425
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA3425; }
p { color: rgb(170,52,37); }
H1.HeaderClassName
{
color: #AA3425;
}
.AnyTagClassName
{
color: #AA3425;
}
</style>
background-color css
<style>
a { background-color: #AA3425; }
a { background-color: rgb(170,52,37); }
div.DivClassName
{
background-color: #AA3425;
}
.BgClassName
{
background-color: #AA3425;
}
</style>
border-color css
<style>
span { border-color: #AA3425; }
span { border-color: rgb(170,52,37); }
td.TdClassName
{
border-color: #AA3425;
}
.TagClassName
{
border-color: #AA3425;
}
</style>