Shades of Brown #AD3620
Tints of Brown #AD3620
RGB
CMYK
RGB Variations
Color information
#AD3620 (or 0xAD3620) is known color: Brown. HEX triplet: AD, 36 and 20. RGB value is (173,54,32). Sum of RGB (Red+Green+Blue) = 173+54+32=259 (34% of max value = 765). Red value is 173 (67.97% from 255 or 66.80% from 259); Green value is 54 (21.48% from 255 or 20.85% from 259); Blue value is 32 (12.89% from 255 or 12.36% from 259); Max value from RGB is 173 - color contains mainly: red. Hex color #AD3620 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AD3620 is #52C9DF. Grayscale: #575757. Windows color (decimal): -5425632 or 2111149. OLE color: 2111149.
HSL color Cylindrical-coordinate representation of color #AD3620: hue angle of 9.36º degrees, saturation: 0.69, 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 #AD3620 is Cyan = 0, Magento = 0.69, Yellow = 0.82 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 54 | 32 | - |
| CMYK | 0 | 0.69 | 0.82 | 0.32 |
| HSL | 9.36º | 0.69% | 0.4% | - |
| HSV(B) | 9.36º | 0.82% | 0.68% | - |
| XYZ | 18.81 | 11.63 | 2.62 | - |
| YUV | 87.07 | 96.92 | 189.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 54 | 32 | 0 | 0.69 | 0.82 | 0.32 | 9.36 | 0.69 | 0.4 |
| Hex | AD | 36 | 20 | 0 | 45 | 52 | 20 | 9 | 45 | 28 |
| Octal | 255 | 66 | 40 | 0 | 105 | 122 | 40 | 11 | 105 | 50 |
| Binary | 10101101 | 110110 | 100000 | 0 | 1000101 | 1010010 | 100000 | 1001 | 1000101 | 101000 |
Color Harmonies of #AD3620
Complementary color
Monochromatic Colors of #AD3620
Black with #AD3620
Text Example
Text Example
White with #AD3620
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD3620; }
p { color: rgb(173,54,32); }
H1.HeaderClassName
{
color: #AD3620;
}
.AnyTagClassName
{
color: #AD3620;
}
</style>
background-color css
<style>
a { background-color: #AD3620; }
a { background-color: rgb(173,54,32); }
div.DivClassName
{
background-color: #AD3620;
}
.BgClassName
{
background-color: #AD3620;
}
</style>
border-color css
<style>
span { border-color: #AD3620; }
span { border-color: rgb(173,54,32); }
td.TdClassName
{
border-color: #AD3620;
}
.TagClassName
{
border-color: #AD3620;
}
</style>