Shades of Brown #AD312C
Tints of Brown #AD312C
RGB
CMYK
RGB Variations
Color information
#AD312C (or 0xAD312C) is known color: Brown. HEX triplet: AD, 31 and 2C. RGB value is (173,49,44). Sum of RGB (Red+Green+Blue) = 173+49+44=266 (35% of max value = 765). Red value is 173 (67.97% from 255 or 65.04% from 266); Green value is 49 (19.53% from 255 or 18.42% from 266); Blue value is 44 (17.58% from 255 or 16.54% from 266); Max value from RGB is 173 - color contains mainly: red. Hex color #AD312C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AD312C is #52CED3. Grayscale: #555555. Windows color (decimal): -5426900 or 2896301. OLE color: 2896301.
HSL color Cylindrical-coordinate representation of color #AD312C: hue angle of 2.33º degrees, saturation: 0.59, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #AD312C is Cyan = 0, Magento = 0.72, Yellow = 0.75 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 49 | 44 | - |
| CMYK | 0 | 0.72 | 0.75 | 0.32 |
| HSL | 2.33º | 0.59% | 0.43% | - |
| HSV(B) | 2.33º | 0.75% | 0.68% | - |
| XYZ | 18.79 | 11.26 | 3.57 | - |
| YUV | 85.51 | 104.58 | 190.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 49 | 44 | 0 | 0.72 | 0.75 | 0.32 | 2.33 | 0.59 | 0.43 |
| Hex | AD | 31 | 2C | 0 | 48 | 4B | 20 | 2 | 3B | 2B |
| Octal | 255 | 61 | 54 | 0 | 110 | 113 | 40 | 2 | 73 | 53 |
| Binary | 10101101 | 110001 | 101100 | 0 | 1001000 | 1001011 | 100000 | 10 | 111011 | 101011 |
Color Harmonies of #AD312C
Complementary color
Monochromatic Colors of #AD312C
Black with #AD312C
Text Example
Text Example
White with #AD312C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD312C; }
p { color: rgb(173,49,44); }
H1.HeaderClassName
{
color: #AD312C;
}
.AnyTagClassName
{
color: #AD312C;
}
</style>
background-color css
<style>
a { background-color: #AD312C; }
a { background-color: rgb(173,49,44); }
div.DivClassName
{
background-color: #AD312C;
}
.BgClassName
{
background-color: #AD312C;
}
</style>
border-color css
<style>
span { border-color: #AD312C; }
span { border-color: rgb(173,49,44); }
td.TdClassName
{
border-color: #AD312C;
}
.TagClassName
{
border-color: #AD312C;
}
</style>