Shades of Brown #AA361D
Tints of Brown #AA361D
RGB
CMYK
RGB Variations
Color information
#AA361D (or 0xAA361D) is known color: Brown. HEX triplet: AA, 36 and 1D. RGB value is (170,54,29). Sum of RGB (Red+Green+Blue) = 170+54+29=253 (33% of max value = 765). Red value is 170 (66.80% from 255 or 67.19% from 253); Green value is 54 (21.48% from 255 or 21.34% from 253); Blue value is 29 (11.72% from 255 or 11.46% from 253); Max value from RGB is 170 - color contains mainly: red. Hex color #AA361D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AA361D is #55C9E2. Grayscale: #565656. Windows color (decimal): -5622243 or 1914538. OLE color: 1914538.
HSL color Cylindrical-coordinate representation of color #AA361D: hue angle of 10.64º degrees, saturation: 0.71, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #AA361D is Cyan = 0, Magento = 0.68, Yellow = 0.83 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 54 | 29 | - |
| CMYK | 0 | 0.68 | 0.83 | 0.33 |
| HSL | 10.64º | 0.71% | 0.39% | - |
| HSV(B) | 10.64º | 0.83% | 0.67% | - |
| XYZ | 18.12 | 11.27 | 2.38 | - |
| YUV | 85.83 | 95.93 | 188.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 54 | 29 | 0 | 0.68 | 0.83 | 0.33 | 10.64 | 0.71 | 0.39 |
| Hex | AA | 36 | 1D | 0 | 44 | 53 | 21 | B | 47 | 27 |
| Octal | 252 | 66 | 35 | 0 | 104 | 123 | 41 | 13 | 107 | 47 |
| Binary | 10101010 | 110110 | 11101 | 0 | 1000100 | 1010011 | 100001 | 1011 | 1000111 | 100111 |
Color Harmonies of #AA361D
Complementary color
Monochromatic Colors of #AA361D
Black with #AA361D
Text Example
Text Example
White with #AA361D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA361D; }
p { color: rgb(170,54,29); }
H1.HeaderClassName
{
color: #AA361D;
}
.AnyTagClassName
{
color: #AA361D;
}
</style>
background-color css
<style>
a { background-color: #AA361D; }
a { background-color: rgb(170,54,29); }
div.DivClassName
{
background-color: #AA361D;
}
.BgClassName
{
background-color: #AA361D;
}
</style>
border-color css
<style>
span { border-color: #AA361D; }
span { border-color: rgb(170,54,29); }
td.TdClassName
{
border-color: #AA361D;
}
.TagClassName
{
border-color: #AA361D;
}
</style>