Shades of Brown #AA361F
Tints of Brown #AA361F
RGB
CMYK
RGB Variations
Color information
#AA361F (or 0xAA361F) is known color: Brown. HEX triplet: AA, 36 and 1F. RGB value is (170,54,31). Sum of RGB (Red+Green+Blue) = 170+54+31=255 (33% of max value = 765). Red value is 170 (66.80% from 255 or 66.67% from 255); Green value is 54 (21.48% from 255 or 21.18% from 255); Blue value is 31 (12.5% from 255 or 12.16% from 255); Max value from RGB is 170 - color contains mainly: red. Hex color #AA361F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AA361F is #55C9E0. Grayscale: #565656. Windows color (decimal): -5622241 or 2045610. OLE color: 2045610.
HSL color Cylindrical-coordinate representation of color #AA361F: hue angle of 9.93º degrees, saturation: 0.69, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #AA361F is Cyan = 0, Magento = 0.68, Yellow = 0.82 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 54 | 31 | - |
| CMYK | 0 | 0.68 | 0.82 | 0.33 |
| HSL | 9.93º | 0.69% | 0.39% | - |
| HSV(B) | 9.93º | 0.82% | 0.67% | - |
| XYZ | 18.14 | 11.28 | 2.52 | - |
| YUV | 86.06 | 96.93 | 187.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 54 | 31 | 0 | 0.68 | 0.82 | 0.33 | 9.93 | 0.69 | 0.39 |
| Hex | AA | 36 | 1F | 0 | 44 | 52 | 21 | A | 45 | 27 |
| Octal | 252 | 66 | 37 | 0 | 104 | 122 | 41 | 12 | 105 | 47 |
| Binary | 10101010 | 110110 | 11111 | 0 | 1000100 | 1010010 | 100001 | 1010 | 1000101 | 100111 |
Color Harmonies of #AA361F
Complementary color
Monochromatic Colors of #AA361F
Black with #AA361F
Text Example
Text Example
White with #AA361F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA361F; }
p { color: rgb(170,54,31); }
H1.HeaderClassName
{
color: #AA361F;
}
.AnyTagClassName
{
color: #AA361F;
}
</style>
background-color css
<style>
a { background-color: #AA361F; }
a { background-color: rgb(170,54,31); }
div.DivClassName
{
background-color: #AA361F;
}
.BgClassName
{
background-color: #AA361F;
}
</style>
border-color css
<style>
span { border-color: #AA361F; }
span { border-color: rgb(170,54,31); }
td.TdClassName
{
border-color: #AA361F;
}
.TagClassName
{
border-color: #AA361F;
}
</style>