Shades of Brown #AA321C
Tints of Brown #AA321C
RGB
CMYK
RGB Variations
Color information
#AA321C (or 0xAA321C) is known color: Brown. HEX triplet: AA, 32 and 1C. RGB value is (170,50,28). Sum of RGB (Red+Green+Blue) = 170+50+28=248 (32% of max value = 765). Red value is 170 (66.80% from 255 or 68.55% from 248); Green value is 50 (19.92% from 255 or 20.16% from 248); Blue value is 28 (11.33% from 255 or 11.29% from 248); Max value from RGB is 170 - color contains mainly: red. Hex color #AA321C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AA321C is #55CDE3. Grayscale: #535353. Windows color (decimal): -5623268 or 1847978. OLE color: 1847978.
HSL color Cylindrical-coordinate representation of color #AA321C: hue angle of 9.3º 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 #AA321C is Cyan = 0, Magento = 0.71, Yellow = 0.84 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 50 | 28 | - |
| CMYK | 0 | 0.71 | 0.84 | 0.33 |
| HSL | 9.3º | 0.72% | 0.39% | - |
| HSV(B) | 9.3º | 0.84% | 0.67% | - |
| XYZ | 17.93 | 10.91 | 2.26 | - |
| YUV | 83.37 | 96.76 | 189.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 50 | 28 | 0 | 0.71 | 0.84 | 0.33 | 9.3 | 0.72 | 0.39 |
| Hex | AA | 32 | 1C | 0 | 47 | 54 | 21 | 9 | 48 | 27 |
| Octal | 252 | 62 | 34 | 0 | 107 | 124 | 41 | 11 | 110 | 47 |
| Binary | 10101010 | 110010 | 11100 | 0 | 1000111 | 1010100 | 100001 | 1001 | 1001000 | 100111 |
Color Harmonies of #AA321C
Complementary color
Monochromatic Colors of #AA321C
Black with #AA321C
Text Example
Text Example
White with #AA321C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA321C; }
p { color: rgb(170,50,28); }
H1.HeaderClassName
{
color: #AA321C;
}
.AnyTagClassName
{
color: #AA321C;
}
</style>
background-color css
<style>
a { background-color: #AA321C; }
a { background-color: rgb(170,50,28); }
div.DivClassName
{
background-color: #AA321C;
}
.BgClassName
{
background-color: #AA321C;
}
</style>
border-color css
<style>
span { border-color: #AA321C; }
span { border-color: rgb(170,50,28); }
td.TdClassName
{
border-color: #AA321C;
}
.TagClassName
{
border-color: #AA321C;
}
</style>