Shades of Brown #AD3621
Tints of Brown #AD3621
RGB
CMYK
RGB Variations
Color information
#AD3621 (or 0xAD3621) is known color: Brown. HEX triplet: AD, 36 and 21. RGB value is (173,54,33). Sum of RGB (Red+Green+Blue) = 173+54+33=260 (34% of max value = 765). Red value is 173 (67.97% from 255 or 66.54% from 260); Green value is 54 (21.48% from 255 or 20.77% from 260); Blue value is 33 (13.28% from 255 or 12.69% from 260); Max value from RGB is 173 - color contains mainly: red. Hex color #AD3621 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AD3621 is #52C9DE. Grayscale: #575757. Windows color (decimal): -5425631 or 2176685. OLE color: 2176685.
HSL color Cylindrical-coordinate representation of color #AD3621: hue angle of 9º 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 #AD3621 is Cyan = 0, Magento = 0.69, Yellow = 0.81 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 54 | 33 | - |
| CMYK | 0 | 0.69 | 0.81 | 0.32 |
| HSL | 9º | 0.68% | 0.4% | - |
| HSV(B) | 9º | 0.81% | 0.68% | - |
| XYZ | 18.83 | 11.63 | 2.69 | - |
| YUV | 87.19 | 97.42 | 189.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 54 | 33 | 0 | 0.69 | 0.81 | 0.32 | 9 | 0.68 | 0.4 |
| Hex | AD | 36 | 21 | 0 | 45 | 51 | 20 | 9 | 44 | 28 |
| Octal | 255 | 66 | 41 | 0 | 105 | 121 | 40 | 11 | 104 | 50 |
| Binary | 10101101 | 110110 | 100001 | 0 | 1000101 | 1010001 | 100000 | 1001 | 1000100 | 101000 |
Color Harmonies of #AD3621
Complementary color
Monochromatic Colors of #AD3621
Black with #AD3621
Text Example
Text Example
White with #AD3621
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD3621; }
p { color: rgb(173,54,33); }
H1.HeaderClassName
{
color: #AD3621;
}
.AnyTagClassName
{
color: #AD3621;
}
</style>
background-color css
<style>
a { background-color: #AD3621; }
a { background-color: rgb(173,54,33); }
div.DivClassName
{
background-color: #AD3621;
}
.BgClassName
{
background-color: #AD3621;
}
</style>
border-color css
<style>
span { border-color: #AD3621; }
span { border-color: rgb(173,54,33); }
td.TdClassName
{
border-color: #AD3621;
}
.TagClassName
{
border-color: #AD3621;
}
</style>