Shades of Brown #AD3521
Tints of Brown #AD3521
RGB
CMYK
RGB Variations
Color information
#AD3521 (or 0xAD3521) is known color: Brown. HEX triplet: AD, 35 and 21. RGB value is (173,53,33). Sum of RGB (Red+Green+Blue) = 173+53+33=259 (34% of max value = 765). Red value is 173 (67.97% from 255 or 66.80% from 259); Green value is 53 (21.09% from 255 or 20.46% from 259); Blue value is 33 (13.28% from 255 or 12.74% from 259); Max value from RGB is 173 - color contains mainly: red. Hex color #AD3521 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AD3521 is #52CADE. Grayscale: #565656. Windows color (decimal): -5425887 or 2176429. OLE color: 2176429.
HSL color Cylindrical-coordinate representation of color #AD3521: hue angle of 8.57º degrees, saturation: 0.68, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #AD3521 is Cyan = 0, Magento = 0.69, Yellow = 0.81 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 53 | 33 | - |
| CMYK | 0 | 0.69 | 0.81 | 0.32 |
| HSL | 8.57º | 0.68% | 0.4% | - |
| HSV(B) | 8.57º | 0.81% | 0.68% | - |
| XYZ | 18.78 | 11.54 | 2.68 | - |
| YUV | 86.6 | 97.76 | 189.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 53 | 33 | 0 | 0.69 | 0.81 | 0.32 | 8.57 | 0.68 | 0.4 |
| Hex | AD | 35 | 21 | 0 | 45 | 51 | 20 | 9 | 44 | 28 |
| Octal | 255 | 65 | 41 | 0 | 105 | 121 | 40 | 11 | 104 | 50 |
| Binary | 10101101 | 110101 | 100001 | 0 | 1000101 | 1010001 | 100000 | 1001 | 1000100 | 101000 |
Color Harmonies of #AD3521
Complementary color
Monochromatic Colors of #AD3521
Black with #AD3521
Text Example
Text Example
White with #AD3521
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD3521; }
p { color: rgb(173,53,33); }
H1.HeaderClassName
{
color: #AD3521;
}
.AnyTagClassName
{
color: #AD3521;
}
</style>
background-color css
<style>
a { background-color: #AD3521; }
a { background-color: rgb(173,53,33); }
div.DivClassName
{
background-color: #AD3521;
}
.BgClassName
{
background-color: #AD3521;
}
</style>
border-color css
<style>
span { border-color: #AD3521; }
span { border-color: rgb(173,53,33); }
td.TdClassName
{
border-color: #AD3521;
}
.TagClassName
{
border-color: #AD3521;
}
</style>