Shades of Brown #AD351D
Tints of Brown #AD351D
RGB
CMYK
RGB Variations
Color information
#AD351D (or 0xAD351D) is known color: Brown. HEX triplet: AD, 35 and 1D. RGB value is (173,53,29). Sum of RGB (Red+Green+Blue) = 173+53+29=255 (33% of max value = 765). Red value is 173 (67.97% from 255 or 67.84% from 255); Green value is 53 (21.09% from 255 or 20.78% from 255); Blue value is 29 (11.72% from 255 or 11.37% from 255); Max value from RGB is 173 - color contains mainly: red. Hex color #AD351D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AD351D is #52CAE2. Grayscale: #565656. Windows color (decimal): -5425891 or 1914285. OLE color: 1914285.
HSL color Cylindrical-coordinate representation of color #AD351D: hue angle of 10º degrees, saturation: 0.71, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #AD351D is Cyan = 0, Magento = 0.69, Yellow = 0.83 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 53 | 29 | - |
| CMYK | 0 | 0.69 | 0.83 | 0.32 |
| HSL | 10º | 0.71% | 0.4% | - |
| HSV(B) | 10º | 0.83% | 0.68% | - |
| XYZ | 18.73 | 11.52 | 2.4 | - |
| YUV | 86.14 | 95.76 | 189.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 53 | 29 | 0 | 0.69 | 0.83 | 0.32 | 10 | 0.71 | 0.4 |
| Hex | AD | 35 | 1D | 0 | 45 | 53 | 20 | A | 47 | 28 |
| Octal | 255 | 65 | 35 | 0 | 105 | 123 | 40 | 12 | 107 | 50 |
| Binary | 10101101 | 110101 | 11101 | 0 | 1000101 | 1010011 | 100000 | 1010 | 1000111 | 101000 |
Color Harmonies of #AD351D
Complementary color
Monochromatic Colors of #AD351D
Black with #AD351D
Text Example
Text Example
White with #AD351D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD351D; }
p { color: rgb(173,53,29); }
H1.HeaderClassName
{
color: #AD351D;
}
.AnyTagClassName
{
color: #AD351D;
}
</style>
background-color css
<style>
a { background-color: #AD351D; }
a { background-color: rgb(173,53,29); }
div.DivClassName
{
background-color: #AD351D;
}
.BgClassName
{
background-color: #AD351D;
}
</style>
border-color css
<style>
span { border-color: #AD351D; }
span { border-color: rgb(173,53,29); }
td.TdClassName
{
border-color: #AD351D;
}
.TagClassName
{
border-color: #AD351D;
}
</style>