Shades of Brown #AA321B
Tints of Brown #AA321B
RGB
CMYK
RGB Variations
Color information
#AA321B (or 0xAA321B) is known color: Brown. HEX triplet: AA, 32 and 1B. RGB value is (170,50,27). Sum of RGB (Red+Green+Blue) = 170+50+27=247 (32% of max value = 765). Red value is 170 (66.80% from 255 or 68.83% from 247); Green value is 50 (19.92% from 255 or 20.24% from 247); Blue value is 27 (10.94% from 255 or 10.93% from 247); Max value from RGB is 170 - color contains mainly: red. Hex color #AA321B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AA321B is #55CDE4. Grayscale: #535353. Windows color (decimal): -5623269 or 1782442. OLE color: 1782442.
HSL color Cylindrical-coordinate representation of color #AA321B: hue angle of 9.65º degrees, saturation: 0.73, 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 #AA321B is Cyan = 0, Magento = 0.71, Yellow = 0.84 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 50 | 27 | - |
| CMYK | 0 | 0.71 | 0.84 | 0.33 |
| HSL | 9.65º | 0.73% | 0.39% | - |
| HSV(B) | 9.65º | 0.84% | 0.67% | - |
| XYZ | 17.92 | 10.91 | 2.2 | - |
| YUV | 83.26 | 96.26 | 189.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 50 | 27 | 0 | 0.71 | 0.84 | 0.33 | 9.65 | 0.73 | 0.39 |
| Hex | AA | 32 | 1B | 0 | 47 | 54 | 21 | A | 49 | 27 |
| Octal | 252 | 62 | 33 | 0 | 107 | 124 | 41 | 12 | 111 | 47 |
| Binary | 10101010 | 110010 | 11011 | 0 | 1000111 | 1010100 | 100001 | 1010 | 1001001 | 100111 |
Color Harmonies of #AA321B
Complementary color
Monochromatic Colors of #AA321B
Black with #AA321B
Text Example
Text Example
White with #AA321B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA321B; }
p { color: rgb(170,50,27); }
H1.HeaderClassName
{
color: #AA321B;
}
.AnyTagClassName
{
color: #AA321B;
}
</style>
background-color css
<style>
a { background-color: #AA321B; }
a { background-color: rgb(170,50,27); }
div.DivClassName
{
background-color: #AA321B;
}
.BgClassName
{
background-color: #AA321B;
}
</style>
border-color css
<style>
span { border-color: #AA321B; }
span { border-color: rgb(170,50,27); }
td.TdClassName
{
border-color: #AA321B;
}
.TagClassName
{
border-color: #AA321B;
}
</style>