Shades of Brown #AA3726
Tints of Brown #AA3726
RGB
CMYK
RGB Variations
Color information
#AA3726 (or 0xAA3726) is known color: Brown. HEX triplet: AA, 37 and 26. RGB value is (170,55,38). Sum of RGB (Red+Green+Blue) = 170+55+38=263 (34% of max value = 765). Red value is 170 (66.80% from 255 or 64.64% from 263); Green value is 55 (21.88% from 255 or 20.91% from 263); Blue value is 38 (15.23% from 255 or 14.45% from 263); Max value from RGB is 170 - color contains mainly: red. Hex color #AA3726 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AA3726 is #55C8D9. Grayscale: #575757. Windows color (decimal): -5621978 or 2504618. OLE color: 2504618.
HSL color Cylindrical-coordinate representation of color #AA3726: hue angle of 7.73º degrees, saturation: 0.63, 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 #AA3726 is Cyan = 0, Magento = 0.68, Yellow = 0.78 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 55 | 38 | - |
| CMYK | 0 | 0.68 | 0.78 | 0.33 |
| HSL | 7.73º | 0.63% | 0.41% | - |
| HSV(B) | 7.73º | 0.78% | 0.67% | - |
| XYZ | 18.29 | 11.42 | 3.07 | - |
| YUV | 87.45 | 100.1 | 186.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 55 | 38 | 0 | 0.68 | 0.78 | 0.33 | 7.73 | 0.63 | 0.41 |
| Hex | AA | 37 | 26 | 0 | 44 | 4E | 21 | 8 | 3F | 29 |
| Octal | 252 | 67 | 46 | 0 | 104 | 116 | 41 | 10 | 77 | 51 |
| Binary | 10101010 | 110111 | 100110 | 0 | 1000100 | 1001110 | 100001 | 1000 | 111111 | 101001 |
Color Harmonies of #AA3726
Complementary color
Monochromatic Colors of #AA3726
Black with #AA3726
Text Example
Text Example
White with #AA3726
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA3726; }
p { color: rgb(170,55,38); }
H1.HeaderClassName
{
color: #AA3726;
}
.AnyTagClassName
{
color: #AA3726;
}
</style>
background-color css
<style>
a { background-color: #AA3726; }
a { background-color: rgb(170,55,38); }
div.DivClassName
{
background-color: #AA3726;
}
.BgClassName
{
background-color: #AA3726;
}
</style>
border-color css
<style>
span { border-color: #AA3726; }
span { border-color: rgb(170,55,38); }
td.TdClassName
{
border-color: #AA3726;
}
.TagClassName
{
border-color: #AA3726;
}
</style>