Shades of Brown #AA2F1C
Tints of Brown #AA2F1C
RGB
CMYK
RGB Variations
Color information
#AA2F1C (or 0xAA2F1C) is known color: Brown. HEX triplet: AA, 2F and 1C. RGB value is (170,47,28). Sum of RGB (Red+Green+Blue) = 170+47+28=245 (32% of max value = 765). Red value is 170 (66.80% from 255 or 69.39% from 245); Green value is 47 (18.75% from 255 or 19.18% from 245); Blue value is 28 (11.33% from 255 or 11.43% from 245); Max value from RGB is 170 - color contains mainly: red. Hex color #AA2F1C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AA2F1C is #55D0E3. Grayscale: #515151. Windows color (decimal): -5624036 or 1847210. OLE color: 1847210.
HSL color Cylindrical-coordinate representation of color #AA2F1C: hue angle of 8.03º 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 #AA2F1C is Cyan = 0, Magento = 0.72, Yellow = 0.84 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 47 | 28 | - |
| CMYK | 0 | 0.72 | 0.84 | 0.33 |
| HSL | 8.03º | 0.72% | 0.39% | - |
| HSV(B) | 8.03º | 0.84% | 0.67% | - |
| XYZ | 17.8 | 10.66 | 2.22 | - |
| YUV | 81.61 | 97.75 | 191.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 47 | 28 | 0 | 0.72 | 0.84 | 0.33 | 8.03 | 0.72 | 0.39 |
| Hex | AA | 2F | 1C | 0 | 48 | 54 | 21 | 8 | 48 | 27 |
| Octal | 252 | 57 | 34 | 0 | 110 | 124 | 41 | 10 | 110 | 47 |
| Binary | 10101010 | 101111 | 11100 | 0 | 1001000 | 1010100 | 100001 | 1000 | 1001000 | 100111 |
Color Harmonies of #AA2F1C
Complementary color
Monochromatic Colors of #AA2F1C
Black with #AA2F1C
Text Example
Text Example
White with #AA2F1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA2F1C; }
p { color: rgb(170,47,28); }
H1.HeaderClassName
{
color: #AA2F1C;
}
.AnyTagClassName
{
color: #AA2F1C;
}
</style>
background-color css
<style>
a { background-color: #AA2F1C; }
a { background-color: rgb(170,47,28); }
div.DivClassName
{
background-color: #AA2F1C;
}
.BgClassName
{
background-color: #AA2F1C;
}
</style>
border-color css
<style>
span { border-color: #AA2F1C; }
span { border-color: rgb(170,47,28); }
td.TdClassName
{
border-color: #AA2F1C;
}
.TagClassName
{
border-color: #AA2F1C;
}
</style>