Shades of Brown #AD321D
Tints of Brown #AD321D
RGB
CMYK
RGB Variations
Color information
#AD321D (or 0xAD321D) is known color: Brown. HEX triplet: AD, 32 and 1D. RGB value is (173,50,29). Sum of RGB (Red+Green+Blue) = 173+50+29=252 (33% of max value = 765). Red value is 173 (67.97% from 255 or 68.65% from 252); Green value is 50 (19.92% from 255 or 19.84% from 252); Blue value is 29 (11.72% from 255 or 11.51% from 252); Max value from RGB is 173 - color contains mainly: red. Hex color #AD321D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AD321D is #52CDE2. Grayscale: #545454. Windows color (decimal): -5426659 or 1913517. OLE color: 1913517.
HSL color Cylindrical-coordinate representation of color #AD321D: hue angle of 8.75º degrees, saturation: 0.71, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #AD321D is Cyan = 0, Magento = 0.71, Yellow = 0.83 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 50 | 29 | - |
| CMYK | 0 | 0.71 | 0.83 | 0.32 |
| HSL | 8.75º | 0.71% | 0.4% | - |
| HSV(B) | 8.75º | 0.83% | 0.68% | - |
| XYZ | 18.6 | 11.25 | 2.35 | - |
| YUV | 84.38 | 96.75 | 191.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 50 | 29 | 0 | 0.71 | 0.83 | 0.32 | 8.75 | 0.71 | 0.4 |
| Hex | AD | 32 | 1D | 0 | 47 | 53 | 20 | 9 | 47 | 28 |
| Octal | 255 | 62 | 35 | 0 | 107 | 123 | 40 | 11 | 107 | 50 |
| Binary | 10101101 | 110010 | 11101 | 0 | 1000111 | 1010011 | 100000 | 1001 | 1000111 | 101000 |
Color Harmonies of #AD321D
Complementary color
Monochromatic Colors of #AD321D
Black with #AD321D
Text Example
Text Example
White with #AD321D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD321D; }
p { color: rgb(173,50,29); }
H1.HeaderClassName
{
color: #AD321D;
}
.AnyTagClassName
{
color: #AD321D;
}
</style>
background-color css
<style>
a { background-color: #AD321D; }
a { background-color: rgb(173,50,29); }
div.DivClassName
{
background-color: #AD321D;
}
.BgClassName
{
background-color: #AD321D;
}
</style>
border-color css
<style>
span { border-color: #AD321D; }
span { border-color: rgb(173,50,29); }
td.TdClassName
{
border-color: #AD321D;
}
.TagClassName
{
border-color: #AD321D;
}
</style>