Shades of Brown #AA331E
Tints of Brown #AA331E
RGB
CMYK
RGB Variations
Color information
#AA331E (or 0xAA331E) is known color: Brown. HEX triplet: AA, 33 and 1E. RGB value is (170,51,30). Sum of RGB (Red+Green+Blue) = 170+51+30=251 (33% of max value = 765). Red value is 170 (66.80% from 255 or 67.73% from 251); Green value is 51 (20.31% from 255 or 20.32% from 251); Blue value is 30 (12.11% from 255 or 11.95% from 251); Max value from RGB is 170 - color contains mainly: red. Hex color #AA331E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AA331E is #55CCE1. Grayscale: #545454. Windows color (decimal): -5623010 or 1979306. OLE color: 1979306.
HSL color Cylindrical-coordinate representation of color #AA331E: hue angle of 9º degrees, saturation: 0.7, 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 #AA331E is Cyan = 0, Magento = 0.7, Yellow = 0.82 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 51 | 30 | - |
| CMYK | 0 | 0.7 | 0.82 | 0.33 |
| HSL | 9º | 0.7% | 0.39% | - |
| HSV(B) | 9º | 0.82% | 0.67% | - |
| XYZ | 18 | 11.01 | 2.4 | - |
| YUV | 84.19 | 97.42 | 189.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 51 | 30 | 0 | 0.7 | 0.82 | 0.33 | 9 | 0.7 | 0.39 |
| Hex | AA | 33 | 1E | 0 | 46 | 52 | 21 | 9 | 46 | 27 |
| Octal | 252 | 63 | 36 | 0 | 106 | 122 | 41 | 11 | 106 | 47 |
| Binary | 10101010 | 110011 | 11110 | 0 | 1000110 | 1010010 | 100001 | 1001 | 1000110 | 100111 |
Color Harmonies of #AA331E
Complementary color
Monochromatic Colors of #AA331E
Black with #AA331E
Text Example
Text Example
White with #AA331E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA331E; }
p { color: rgb(170,51,30); }
H1.HeaderClassName
{
color: #AA331E;
}
.AnyTagClassName
{
color: #AA331E;
}
</style>
background-color css
<style>
a { background-color: #AA331E; }
a { background-color: rgb(170,51,30); }
div.DivClassName
{
background-color: #AA331E;
}
.BgClassName
{
background-color: #AA331E;
}
</style>
border-color css
<style>
span { border-color: #AA331E; }
span { border-color: rgb(170,51,30); }
td.TdClassName
{
border-color: #AA331E;
}
.TagClassName
{
border-color: #AA331E;
}
</style>