Shades of Brown #AD351F
Tints of Brown #AD351F
RGB
CMYK
RGB Variations
Color information
#AD351F (or 0xAD351F) is known color: Brown. HEX triplet: AD, 35 and 1F. RGB value is (173,53,31). Sum of RGB (Red+Green+Blue) = 173+53+31=257 (34% of max value = 765). Red value is 173 (67.97% from 255 or 67.32% from 257); Green value is 53 (21.09% from 255 or 20.62% from 257); Blue value is 31 (12.5% from 255 or 12.06% from 257); Max value from RGB is 173 - color contains mainly: red. Hex color #AD351F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AD351F is #52CAE0. Grayscale: #565656. Windows color (decimal): -5425889 or 2045357. OLE color: 2045357.
HSL color Cylindrical-coordinate representation of color #AD351F: hue angle of 9.3º degrees, saturation: 0.7, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #AD351F is Cyan = 0, Magento = 0.69, Yellow = 0.82 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 53 | 31 | - |
| CMYK | 0 | 0.69 | 0.82 | 0.32 |
| HSL | 9.3º | 0.7% | 0.4% | - |
| HSV(B) | 9.3º | 0.82% | 0.68% | - |
| XYZ | 18.75 | 11.53 | 2.53 | - |
| YUV | 86.37 | 96.76 | 189.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 53 | 31 | 0 | 0.69 | 0.82 | 0.32 | 9.3 | 0.7 | 0.4 |
| Hex | AD | 35 | 1F | 0 | 45 | 52 | 20 | 9 | 46 | 28 |
| Octal | 255 | 65 | 37 | 0 | 105 | 122 | 40 | 11 | 106 | 50 |
| Binary | 10101101 | 110101 | 11111 | 0 | 1000101 | 1010010 | 100000 | 1001 | 1000110 | 101000 |
Color Harmonies of #AD351F
Complementary color
Monochromatic Colors of #AD351F
Black with #AD351F
Text Example
Text Example
White with #AD351F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD351F; }
p { color: rgb(173,53,31); }
H1.HeaderClassName
{
color: #AD351F;
}
.AnyTagClassName
{
color: #AD351F;
}
</style>
background-color css
<style>
a { background-color: #AD351F; }
a { background-color: rgb(173,53,31); }
div.DivClassName
{
background-color: #AD351F;
}
.BgClassName
{
background-color: #AD351F;
}
</style>
border-color css
<style>
span { border-color: #AD351F; }
span { border-color: rgb(173,53,31); }
td.TdClassName
{
border-color: #AD351F;
}
.TagClassName
{
border-color: #AD351F;
}
</style>