Shades of Brown #AA3123
Tints of Brown #AA3123
RGB
CMYK
RGB Variations
Color information
#AA3123 (or 0xAA3123) is known color: Brown. HEX triplet: AA, 31 and 23. RGB value is (170,49,35). Sum of RGB (Red+Green+Blue) = 170+49+35=254 (33% of max value = 765). Red value is 170 (66.80% from 255 or 66.93% from 254); Green value is 49 (19.53% from 255 or 19.29% from 254); Blue value is 35 (14.06% from 255 or 13.78% from 254); Max value from RGB is 170 - color contains mainly: red. Hex color #AA3123 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AA3123 is #55CEDC. Grayscale: #535353. Windows color (decimal): -5623517 or 2306474. OLE color: 2306474.
HSL color Cylindrical-coordinate representation of color #AA3123: hue angle of 6.22º degrees, saturation: 0.66, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #AA3123 is Cyan = 0, Magento = 0.71, Yellow = 0.79 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 49 | 35 | - |
| CMYK | 0 | 0.71 | 0.79 | 0.33 |
| HSL | 6.22º | 0.66% | 0.4% | - |
| HSV(B) | 6.22º | 0.79% | 0.67% | - |
| XYZ | 17.98 | 10.86 | 2.74 | - |
| YUV | 83.58 | 100.59 | 189.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 49 | 35 | 0 | 0.71 | 0.79 | 0.33 | 6.22 | 0.66 | 0.4 |
| Hex | AA | 31 | 23 | 0 | 47 | 4F | 21 | 6 | 42 | 28 |
| Octal | 252 | 61 | 43 | 0 | 107 | 117 | 41 | 6 | 102 | 50 |
| Binary | 10101010 | 110001 | 100011 | 0 | 1000111 | 1001111 | 100001 | 110 | 1000010 | 101000 |
Color Harmonies of #AA3123
Complementary color
Monochromatic Colors of #AA3123
Black with #AA3123
Text Example
Text Example
White with #AA3123
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA3123; }
p { color: rgb(170,49,35); }
H1.HeaderClassName
{
color: #AA3123;
}
.AnyTagClassName
{
color: #AA3123;
}
</style>
background-color css
<style>
a { background-color: #AA3123; }
a { background-color: rgb(170,49,35); }
div.DivClassName
{
background-color: #AA3123;
}
.BgClassName
{
background-color: #AA3123;
}
</style>
border-color css
<style>
span { border-color: #AA3123; }
span { border-color: rgb(170,49,35); }
td.TdClassName
{
border-color: #AA3123;
}
.TagClassName
{
border-color: #AA3123;
}
</style>