Shades of Brown #AD3320
Tints of Brown #AD3320
RGB
CMYK
RGB Variations
Color information
#AD3320 (or 0xAD3320) is known color: Brown. HEX triplet: AD, 33 and 20. RGB value is (173,51,32). Sum of RGB (Red+Green+Blue) = 173+51+32=256 (33% of max value = 765). Red value is 173 (67.97% from 255 or 67.58% from 256); Green value is 51 (20.31% from 255 or 19.92% from 256); Blue value is 32 (12.89% from 255 or 12.5% from 256); Max value from RGB is 173 - color contains mainly: red. Hex color #AD3320 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AD3320 is #52CCDF. Grayscale: #555555. Windows color (decimal): -5426400 or 2110381. OLE color: 2110381.
HSL color Cylindrical-coordinate representation of color #AD3320: hue angle of 8.09º 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 #AD3320 is Cyan = 0, Magento = 0.71, Yellow = 0.82 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 51 | 32 | - |
| CMYK | 0 | 0.71 | 0.82 | 0.32 |
| HSL | 8.09º | 0.69% | 0.4% | - |
| HSV(B) | 8.09º | 0.82% | 0.68% | - |
| XYZ | 18.68 | 11.36 | 2.57 | - |
| YUV | 85.31 | 97.92 | 190.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 51 | 32 | 0 | 0.71 | 0.82 | 0.32 | 8.09 | 0.69 | 0.4 |
| Hex | AD | 33 | 20 | 0 | 47 | 52 | 20 | 8 | 45 | 28 |
| Octal | 255 | 63 | 40 | 0 | 107 | 122 | 40 | 10 | 105 | 50 |
| Binary | 10101101 | 110011 | 100000 | 0 | 1000111 | 1010010 | 100000 | 1000 | 1000101 | 101000 |
Color Harmonies of #AD3320
Complementary color
Monochromatic Colors of #AD3320
Black with #AD3320
Text Example
Text Example
White with #AD3320
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD3320; }
p { color: rgb(173,51,32); }
H1.HeaderClassName
{
color: #AD3320;
}
.AnyTagClassName
{
color: #AD3320;
}
</style>
background-color css
<style>
a { background-color: #AD3320; }
a { background-color: rgb(173,51,32); }
div.DivClassName
{
background-color: #AD3320;
}
.BgClassName
{
background-color: #AD3320;
}
</style>
border-color css
<style>
span { border-color: #AD3320; }
span { border-color: rgb(173,51,32); }
td.TdClassName
{
border-color: #AD3320;
}
.TagClassName
{
border-color: #AD3320;
}
</style>