Shades of Brown #AD322E
Tints of Brown #AD322E
RGB
CMYK
RGB Variations
Color information
#AD322E (or 0xAD322E) is known color: Brown. HEX triplet: AD, 32 and 2E. RGB value is (173,50,46). Sum of RGB (Red+Green+Blue) = 173+50+46=269 (35% of max value = 765). Red value is 173 (67.97% from 255 or 64.31% from 269); Green value is 50 (19.92% from 255 or 18.59% from 269); Blue value is 46 (18.36% from 255 or 17.10% from 269); Max value from RGB is 173 - color contains mainly: red. Hex color #AD322E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AD322E is #52CDD1. Grayscale: #565656. Windows color (decimal): -5426642 or 3027629. OLE color: 3027629.
HSL color Cylindrical-coordinate representation of color #AD322E: hue angle of 1.89º degrees, saturation: 0.58, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #AD322E is Cyan = 0, Magento = 0.71, Yellow = 0.73 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 50 | 46 | - |
| CMYK | 0 | 0.71 | 0.73 | 0.32 |
| HSL | 1.89º | 0.58% | 0.43% | - |
| HSV(B) | 1.89º | 0.73% | 0.68% | - |
| XYZ | 18.87 | 11.36 | 3.78 | - |
| YUV | 86.32 | 105.25 | 189.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 50 | 46 | 0 | 0.71 | 0.73 | 0.32 | 1.89 | 0.58 | 0.43 |
| Hex | AD | 32 | 2E | 0 | 47 | 49 | 20 | 2 | 3A | 2B |
| Octal | 255 | 62 | 56 | 0 | 107 | 111 | 40 | 2 | 72 | 53 |
| Binary | 10101101 | 110010 | 101110 | 0 | 1000111 | 1001001 | 100000 | 10 | 111010 | 101011 |
Color Harmonies of #AD322E
Complementary color
Monochromatic Colors of #AD322E
Black with #AD322E
Text Example
Text Example
White with #AD322E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD322E; }
p { color: rgb(173,50,46); }
H1.HeaderClassName
{
color: #AD322E;
}
.AnyTagClassName
{
color: #AD322E;
}
</style>
background-color css
<style>
a { background-color: #AD322E; }
a { background-color: rgb(173,50,46); }
div.DivClassName
{
background-color: #AD322E;
}
.BgClassName
{
background-color: #AD322E;
}
</style>
border-color css
<style>
span { border-color: #AD322E; }
span { border-color: rgb(173,50,46); }
td.TdClassName
{
border-color: #AD322E;
}
.TagClassName
{
border-color: #AD322E;
}
</style>