Shades of Brown #AD312A
Tints of Brown #AD312A
RGB
CMYK
RGB Variations
Color information
#AD312A (or 0xAD312A) is known color: Brown. HEX triplet: AD, 31 and 2A. RGB value is (173,49,42). Sum of RGB (Red+Green+Blue) = 173+49+42=264 (34% of max value = 765). Red value is 173 (67.97% from 255 or 65.53% from 264); Green value is 49 (19.53% from 255 or 18.56% from 264); Blue value is 42 (16.80% from 255 or 15.91% from 264); Max value from RGB is 173 - color contains mainly: red. Hex color #AD312A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AD312A is #52CED5. Grayscale: #555555. Windows color (decimal): -5426902 or 2765229. OLE color: 2765229.
HSL color Cylindrical-coordinate representation of color #AD312A: hue angle of 3.21º degrees, saturation: 0.61, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #AD312A is Cyan = 0, Magento = 0.72, Yellow = 0.76 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 49 | 42 | - |
| CMYK | 0 | 0.72 | 0.76 | 0.32 |
| HSL | 3.21º | 0.61% | 0.42% | - |
| HSV(B) | 3.21º | 0.76% | 0.68% | - |
| XYZ | 18.75 | 11.25 | 3.37 | - |
| YUV | 85.28 | 103.58 | 190.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 49 | 42 | 0 | 0.72 | 0.76 | 0.32 | 3.21 | 0.61 | 0.42 |
| Hex | AD | 31 | 2A | 0 | 48 | 4C | 20 | 3 | 3D | 2A |
| Octal | 255 | 61 | 52 | 0 | 110 | 114 | 40 | 3 | 75 | 52 |
| Binary | 10101101 | 110001 | 101010 | 0 | 1001000 | 1001100 | 100000 | 11 | 111101 | 101010 |
Color Harmonies of #AD312A
Complementary color
Monochromatic Colors of #AD312A
Black with #AD312A
Text Example
Text Example
White with #AD312A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD312A; }
p { color: rgb(173,49,42); }
H1.HeaderClassName
{
color: #AD312A;
}
.AnyTagClassName
{
color: #AD312A;
}
</style>
background-color css
<style>
a { background-color: #AD312A; }
a { background-color: rgb(173,49,42); }
div.DivClassName
{
background-color: #AD312A;
}
.BgClassName
{
background-color: #AD312A;
}
</style>
border-color css
<style>
span { border-color: #AD312A; }
span { border-color: rgb(173,49,42); }
td.TdClassName
{
border-color: #AD312A;
}
.TagClassName
{
border-color: #AD312A;
}
</style>