Shades of Brown #AA3625
Tints of Brown #AA3625
RGB
CMYK
RGB Variations
Color information
#AA3625 (or 0xAA3625) is known color: Brown. HEX triplet: AA, 36 and 25. RGB value is (170,54,37). Sum of RGB (Red+Green+Blue) = 170+54+37=261 (34% of max value = 765). Red value is 170 (66.80% from 255 or 65.13% from 261); Green value is 54 (21.48% from 255 or 20.69% from 261); Blue value is 37 (14.84% from 255 or 14.18% from 261); Max value from RGB is 170 - color contains mainly: red. Hex color #AA3625 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AA3625 is #55C9DA. Grayscale: #565656. Windows color (decimal): -5622235 or 2438826. OLE color: 2438826.
HSL color Cylindrical-coordinate representation of color #AA3625: hue angle of 7.67º 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 #AA3625 is Cyan = 0, Magento = 0.68, Yellow = 0.78 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 54 | 37 | - |
| CMYK | 0 | 0.68 | 0.78 | 0.33 |
| HSL | 7.67º | 0.64% | 0.41% | - |
| HSV(B) | 7.67º | 0.78% | 0.67% | - |
| XYZ | 18.23 | 11.32 | 2.97 | - |
| YUV | 86.75 | 99.93 | 187.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 54 | 37 | 0 | 0.68 | 0.78 | 0.33 | 7.67 | 0.64 | 0.41 |
| Hex | AA | 36 | 25 | 0 | 44 | 4E | 21 | 8 | 40 | 29 |
| Octal | 252 | 66 | 45 | 0 | 104 | 116 | 41 | 10 | 100 | 51 |
| Binary | 10101010 | 110110 | 100101 | 0 | 1000100 | 1001110 | 100001 | 1000 | 1000000 | 101001 |
Color Harmonies of #AA3625
Complementary color
Monochromatic Colors of #AA3625
Black with #AA3625
Text Example
Text Example
White with #AA3625
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA3625; }
p { color: rgb(170,54,37); }
H1.HeaderClassName
{
color: #AA3625;
}
.AnyTagClassName
{
color: #AA3625;
}
</style>
background-color css
<style>
a { background-color: #AA3625; }
a { background-color: rgb(170,54,37); }
div.DivClassName
{
background-color: #AA3625;
}
.BgClassName
{
background-color: #AA3625;
}
</style>
border-color css
<style>
span { border-color: #AA3625; }
span { border-color: rgb(170,54,37); }
td.TdClassName
{
border-color: #AA3625;
}
.TagClassName
{
border-color: #AA3625;
}
</style>