Shades of Brown #AA3626
Tints of Brown #AA3626
RGB
CMYK
RGB Variations
Color information
#AA3626 (or 0xAA3626) is known color: Brown. HEX triplet: AA, 36 and 26. RGB value is (170,54,38). Sum of RGB (Red+Green+Blue) = 170+54+38=262 (34% of max value = 765). Red value is 170 (66.80% from 255 or 64.89% from 262); Green value is 54 (21.48% from 255 or 20.61% from 262); Blue value is 38 (15.23% from 255 or 14.50% from 262); Max value from RGB is 170 - color contains mainly: red. Hex color #AA3626 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AA3626 is #55C9D9. Grayscale: #575757. Windows color (decimal): -5622234 or 2504362. OLE color: 2504362.
HSL color Cylindrical-coordinate representation of color #AA3626: hue angle of 7.27º 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 #AA3626 is Cyan = 0, Magento = 0.68, Yellow = 0.78 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 54 | 38 | - |
| CMYK | 0 | 0.68 | 0.78 | 0.33 |
| HSL | 7.27º | 0.63% | 0.41% | - |
| HSV(B) | 7.27º | 0.78% | 0.67% | - |
| XYZ | 18.25 | 11.32 | 3.06 | - |
| YUV | 86.86 | 100.43 | 187.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 54 | 38 | 0 | 0.68 | 0.78 | 0.33 | 7.27 | 0.63 | 0.41 |
| Hex | AA | 36 | 26 | 0 | 44 | 4E | 21 | 7 | 3F | 29 |
| Octal | 252 | 66 | 46 | 0 | 104 | 116 | 41 | 7 | 77 | 51 |
| Binary | 10101010 | 110110 | 100110 | 0 | 1000100 | 1001110 | 100001 | 111 | 111111 | 101001 |
Color Harmonies of #AA3626
Complementary color
Monochromatic Colors of #AA3626
Black with #AA3626
Text Example
Text Example
White with #AA3626
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA3626; }
p { color: rgb(170,54,38); }
H1.HeaderClassName
{
color: #AA3626;
}
.AnyTagClassName
{
color: #AA3626;
}
</style>
background-color css
<style>
a { background-color: #AA3626; }
a { background-color: rgb(170,54,38); }
div.DivClassName
{
background-color: #AA3626;
}
.BgClassName
{
background-color: #AA3626;
}
</style>
border-color css
<style>
span { border-color: #AA3626; }
span { border-color: rgb(170,54,38); }
td.TdClassName
{
border-color: #AA3626;
}
.TagClassName
{
border-color: #AA3626;
}
</style>