Shades of Brown #AA341E
Tints of Brown #AA341E
RGB
CMYK
RGB Variations
Color information
#AA341E (or 0xAA341E) is known color: Brown. HEX triplet: AA, 34 and 1E. RGB value is (170,52,30). Sum of RGB (Red+Green+Blue) = 170+52+30=252 (33% of max value = 765). Red value is 170 (66.80% from 255 or 67.46% from 252); Green value is 52 (20.70% from 255 or 20.63% from 252); Blue value is 30 (12.11% from 255 or 11.90% from 252); Max value from RGB is 170 - color contains mainly: red. Hex color #AA341E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AA341E is #55CBE1. Grayscale: #545454. Windows color (decimal): -5622754 or 1979562. OLE color: 1979562.
HSL color Cylindrical-coordinate representation of color #AA341E: hue angle of 9.43º 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 #AA341E is Cyan = 0, Magento = 0.69, Yellow = 0.82 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 52 | 30 | - |
| CMYK | 0 | 0.69 | 0.82 | 0.33 |
| HSL | 9.43º | 0.7% | 0.39% | - |
| HSV(B) | 9.43º | 0.82% | 0.67% | - |
| XYZ | 18.04 | 11.1 | 2.42 | - |
| YUV | 84.77 | 97.09 | 188.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 52 | 30 | 0 | 0.69 | 0.82 | 0.33 | 9.43 | 0.7 | 0.39 |
| Hex | AA | 34 | 1E | 0 | 45 | 52 | 21 | 9 | 46 | 27 |
| Octal | 252 | 64 | 36 | 0 | 105 | 122 | 41 | 11 | 106 | 47 |
| Binary | 10101010 | 110100 | 11110 | 0 | 1000101 | 1010010 | 100001 | 1001 | 1000110 | 100111 |
Color Harmonies of #AA341E
Complementary color
Monochromatic Colors of #AA341E
Black with #AA341E
Text Example
Text Example
White with #AA341E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA341E; }
p { color: rgb(170,52,30); }
H1.HeaderClassName
{
color: #AA341E;
}
.AnyTagClassName
{
color: #AA341E;
}
</style>
background-color css
<style>
a { background-color: #AA341E; }
a { background-color: rgb(170,52,30); }
div.DivClassName
{
background-color: #AA341E;
}
.BgClassName
{
background-color: #AA341E;
}
</style>
border-color css
<style>
span { border-color: #AA341E; }
span { border-color: rgb(170,52,30); }
td.TdClassName
{
border-color: #AA341E;
}
.TagClassName
{
border-color: #AA341E;
}
</style>