Shades of Brown #AA301C
Tints of Brown #AA301C
RGB
CMYK
RGB Variations
Color information
#AA301C (or 0xAA301C) is known color: Brown. HEX triplet: AA, 30 and 1C. RGB value is (170,48,28). Sum of RGB (Red+Green+Blue) = 170+48+28=246 (32% of max value = 765). Red value is 170 (66.80% from 255 or 69.11% from 246); Green value is 48 (19.14% from 255 or 19.51% from 246); Blue value is 28 (11.33% from 255 or 11.38% from 246); Max value from RGB is 170 - color contains mainly: red. Hex color #AA301C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AA301C is #55CFE3. Grayscale: #525252. Windows color (decimal): -5623780 or 1847466. OLE color: 1847466.
HSL color Cylindrical-coordinate representation of color #AA301C: hue angle of 8.45º degrees, saturation: 0.72, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #AA301C is Cyan = 0, Magento = 0.72, Yellow = 0.84 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 48 | 28 | - |
| CMYK | 0 | 0.72 | 0.84 | 0.33 |
| HSL | 8.45º | 0.72% | 0.39% | - |
| HSV(B) | 8.45º | 0.84% | 0.67% | - |
| XYZ | 17.84 | 10.74 | 2.23 | - |
| YUV | 82.2 | 97.42 | 190.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 48 | 28 | 0 | 0.72 | 0.84 | 0.33 | 8.45 | 0.72 | 0.39 |
| Hex | AA | 30 | 1C | 0 | 48 | 54 | 21 | 8 | 48 | 27 |
| Octal | 252 | 60 | 34 | 0 | 110 | 124 | 41 | 10 | 110 | 47 |
| Binary | 10101010 | 110000 | 11100 | 0 | 1001000 | 1010100 | 100001 | 1000 | 1001000 | 100111 |
Color Harmonies of #AA301C
Complementary color
Monochromatic Colors of #AA301C
Black with #AA301C
Text Example
Text Example
White with #AA301C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA301C; }
p { color: rgb(170,48,28); }
H1.HeaderClassName
{
color: #AA301C;
}
.AnyTagClassName
{
color: #AA301C;
}
</style>
background-color css
<style>
a { background-color: #AA301C; }
a { background-color: rgb(170,48,28); }
div.DivClassName
{
background-color: #AA301C;
}
.BgClassName
{
background-color: #AA301C;
}
</style>
border-color css
<style>
span { border-color: #AA301C; }
span { border-color: rgb(170,48,28); }
td.TdClassName
{
border-color: #AA301C;
}
.TagClassName
{
border-color: #AA301C;
}
</style>