Shades of Brown #AD351E
Tints of Brown #AD351E
RGB
CMYK
RGB Variations
Color information
#AD351E (or 0xAD351E) is known color: Brown. HEX triplet: AD, 35 and 1E. RGB value is (173,53,30). Sum of RGB (Red+Green+Blue) = 173+53+30=256 (33% of max value = 765). Red value is 173 (67.97% from 255 or 67.58% from 256); Green value is 53 (21.09% from 255 or 20.70% from 256); Blue value is 30 (12.11% from 255 or 11.72% from 256); Max value from RGB is 173 - color contains mainly: red. Hex color #AD351E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AD351E is #52CAE1. Grayscale: #565656. Windows color (decimal): -5425890 or 1979821. OLE color: 1979821.
HSL color Cylindrical-coordinate representation of color #AD351E: hue angle of 9.65º degrees, saturation: 0.7, 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 #AD351E is Cyan = 0, Magento = 0.69, Yellow = 0.83 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 53 | 30 | - |
| CMYK | 0 | 0.69 | 0.83 | 0.32 |
| HSL | 9.65º | 0.7% | 0.4% | - |
| HSV(B) | 9.65º | 0.83% | 0.68% | - |
| XYZ | 18.74 | 11.52 | 2.46 | - |
| YUV | 86.26 | 96.26 | 189.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 53 | 30 | 0 | 0.69 | 0.83 | 0.32 | 9.65 | 0.7 | 0.4 |
| Hex | AD | 35 | 1E | 0 | 45 | 53 | 20 | A | 46 | 28 |
| Octal | 255 | 65 | 36 | 0 | 105 | 123 | 40 | 12 | 106 | 50 |
| Binary | 10101101 | 110101 | 11110 | 0 | 1000101 | 1010011 | 100000 | 1010 | 1000110 | 101000 |
Color Harmonies of #AD351E
Complementary color
Monochromatic Colors of #AD351E
Black with #AD351E
Text Example
Text Example
White with #AD351E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD351E; }
p { color: rgb(173,53,30); }
H1.HeaderClassName
{
color: #AD351E;
}
.AnyTagClassName
{
color: #AD351E;
}
</style>
background-color css
<style>
a { background-color: #AD351E; }
a { background-color: rgb(173,53,30); }
div.DivClassName
{
background-color: #AD351E;
}
.BgClassName
{
background-color: #AD351E;
}
</style>
border-color css
<style>
span { border-color: #AD351E; }
span { border-color: rgb(173,53,30); }
td.TdClassName
{
border-color: #AD351E;
}
.TagClassName
{
border-color: #AD351E;
}
</style>