Shades of Brown #AA302F
Tints of Brown #AA302F
RGB
CMYK
RGB Variations
Color information
#AA302F (or 0xAA302F) is known color: Brown. HEX triplet: AA, 30 and 2F. RGB value is (170,48,47). Sum of RGB (Red+Green+Blue) = 170+48+47=265 (35% of max value = 765). Red value is 170 (66.80% from 255 or 64.15% from 265); Green value is 48 (19.14% from 255 or 18.11% from 265); Blue value is 47 (18.75% from 255 or 17.74% from 265); Max value from RGB is 170 - color contains mainly: red. Hex color #AA302F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AA302F is #55CFD0. Grayscale: #545454. Windows color (decimal): -5623761 or 3092650. OLE color: 3092650.
HSL color Cylindrical-coordinate representation of color #AA302F: hue angle of 0.49º degrees, saturation: 0.57, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #AA302F is Cyan = 0, Magento = 0.72, Yellow = 0.72 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 48 | 47 | - |
| CMYK | 0 | 0.72 | 0.72 | 0.33 |
| HSL | 0.49º | 0.57% | 0.43% | - |
| HSV(B) | 0.49º | 0.72% | 0.67% | - |
| XYZ | 18.15 | 10.87 | 3.83 | - |
| YUV | 84.36 | 106.92 | 189.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 48 | 47 | 0 | 0.72 | 0.72 | 0.33 | 0.49 | 0.57 | 0.43 |
| Hex | AA | 30 | 2F | 0 | 48 | 48 | 21 | 0 | 39 | 2B |
| Octal | 252 | 60 | 57 | 0 | 110 | 110 | 41 | 0 | 71 | 53 |
| Binary | 10101010 | 110000 | 101111 | 0 | 1001000 | 1001000 | 100001 | 0 | 111001 | 101011 |
Color Harmonies of #AA302F
Complementary color
Monochromatic Colors of #AA302F
Black with #AA302F
Text Example
Text Example
White with #AA302F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA302F; }
p { color: rgb(170,48,47); }
H1.HeaderClassName
{
color: #AA302F;
}
.AnyTagClassName
{
color: #AA302F;
}
</style>
background-color css
<style>
a { background-color: #AA302F; }
a { background-color: rgb(170,48,47); }
div.DivClassName
{
background-color: #AA302F;
}
.BgClassName
{
background-color: #AA302F;
}
</style>
border-color css
<style>
span { border-color: #AA302F; }
span { border-color: rgb(170,48,47); }
td.TdClassName
{
border-color: #AA302F;
}
.TagClassName
{
border-color: #AA302F;
}
</style>