Shades of Brown #AA302A
Tints of Brown #AA302A
RGB
CMYK
RGB Variations
Color information
#AA302A (or 0xAA302A) is known color: Brown. HEX triplet: AA, 30 and 2A. RGB value is (170,48,42). Sum of RGB (Red+Green+Blue) = 170+48+42=260 (34% of max value = 765). Red value is 170 (66.80% from 255 or 65.38% from 260); Green value is 48 (19.14% from 255 or 18.46% from 260); Blue value is 42 (16.80% from 255 or 16.15% from 260); Max value from RGB is 170 - color contains mainly: red. Hex color #AA302A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AA302A is #55CFD5. Grayscale: #535353. Windows color (decimal): -5623766 or 2764970. OLE color: 2764970.
HSL color Cylindrical-coordinate representation of color #AA302A: hue angle of 2.81º degrees, saturation: 0.6, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #AA302A is Cyan = 0, Magento = 0.72, Yellow = 0.75 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 48 | 42 | - |
| CMYK | 0 | 0.72 | 0.75 | 0.33 |
| HSL | 2.81º | 0.6% | 0.42% | - |
| HSV(B) | 2.81º | 0.75% | 0.67% | - |
| XYZ | 18.05 | 10.83 | 3.33 | - |
| YUV | 83.79 | 104.42 | 189.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 48 | 42 | 0 | 0.72 | 0.75 | 0.33 | 2.81 | 0.6 | 0.42 |
| Hex | AA | 30 | 2A | 0 | 48 | 4B | 21 | 3 | 3C | 2A |
| Octal | 252 | 60 | 52 | 0 | 110 | 113 | 41 | 3 | 74 | 52 |
| Binary | 10101010 | 110000 | 101010 | 0 | 1001000 | 1001011 | 100001 | 11 | 111100 | 101010 |
Color Harmonies of #AA302A
Complementary color
Monochromatic Colors of #AA302A
Black with #AA302A
Text Example
Text Example
White with #AA302A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA302A; }
p { color: rgb(170,48,42); }
H1.HeaderClassName
{
color: #AA302A;
}
.AnyTagClassName
{
color: #AA302A;
}
</style>
background-color css
<style>
a { background-color: #AA302A; }
a { background-color: rgb(170,48,42); }
div.DivClassName
{
background-color: #AA302A;
}
.BgClassName
{
background-color: #AA302A;
}
</style>
border-color css
<style>
span { border-color: #AA302A; }
span { border-color: rgb(170,48,42); }
td.TdClassName
{
border-color: #AA302A;
}
.TagClassName
{
border-color: #AA302A;
}
</style>