Shades of Brown #AD3524
Tints of Brown #AD3524
RGB
CMYK
RGB Variations
Color information
#AD3524 (or 0xAD3524) is known color: Brown. HEX triplet: AD, 35 and 24. RGB value is (173,53,36). Sum of RGB (Red+Green+Blue) = 173+53+36=262 (34% of max value = 765). Red value is 173 (67.97% from 255 or 66.03% from 262); Green value is 53 (21.09% from 255 or 20.23% from 262); Blue value is 36 (14.45% from 255 or 13.74% from 262); Max value from RGB is 173 - color contains mainly: red. Hex color #AD3524 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AD3524 is #52CADB. Grayscale: #575757. Windows color (decimal): -5425884 or 2373037. OLE color: 2373037.
HSL color Cylindrical-coordinate representation of color #AD3524: hue angle of 7.45º degrees, saturation: 0.66, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #AD3524 is Cyan = 0, Magento = 0.69, Yellow = 0.79 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 53 | 36 | - |
| CMYK | 0 | 0.69 | 0.79 | 0.32 |
| HSL | 7.45º | 0.66% | 0.41% | - |
| HSV(B) | 7.45º | 0.79% | 0.68% | - |
| XYZ | 18.83 | 11.56 | 2.91 | - |
| YUV | 86.94 | 99.26 | 189.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 53 | 36 | 0 | 0.69 | 0.79 | 0.32 | 7.45 | 0.66 | 0.41 |
| Hex | AD | 35 | 24 | 0 | 45 | 4F | 20 | 7 | 42 | 29 |
| Octal | 255 | 65 | 44 | 0 | 105 | 117 | 40 | 7 | 102 | 51 |
| Binary | 10101101 | 110101 | 100100 | 0 | 1000101 | 1001111 | 100000 | 111 | 1000010 | 101001 |
Color Harmonies of #AD3524
Complementary color
Monochromatic Colors of #AD3524
Black with #AD3524
Text Example
Text Example
White with #AD3524
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD3524; }
p { color: rgb(173,53,36); }
H1.HeaderClassName
{
color: #AD3524;
}
.AnyTagClassName
{
color: #AD3524;
}
</style>
background-color css
<style>
a { background-color: #AD3524; }
a { background-color: rgb(173,53,36); }
div.DivClassName
{
background-color: #AD3524;
}
.BgClassName
{
background-color: #AD3524;
}
</style>
border-color css
<style>
span { border-color: #AD3524; }
span { border-color: rgb(173,53,36); }
td.TdClassName
{
border-color: #AD3524;
}
.TagClassName
{
border-color: #AD3524;
}
</style>