Shades of Brown #AD341D
Tints of Brown #AD341D
RGB
CMYK
RGB Variations
Color information
#AD341D (or 0xAD341D) is known color: Brown. HEX triplet: AD, 34 and 1D. RGB value is (173,52,29). Sum of RGB (Red+Green+Blue) = 173+52+29=254 (33% of max value = 765). Red value is 173 (67.97% from 255 or 68.11% from 254); Green value is 52 (20.70% from 255 or 20.47% from 254); Blue value is 29 (11.72% from 255 or 11.42% from 254); Max value from RGB is 173 - color contains mainly: red. Hex color #AD341D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AD341D is #52CBE2. Grayscale: #555555. Windows color (decimal): -5426147 or 1914029. OLE color: 1914029.
HSL color Cylindrical-coordinate representation of color #AD341D: hue angle of 9.58º 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 #AD341D is Cyan = 0, Magento = 0.70, Yellow = 0.83 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 52 | 29 | - |
| CMYK | 0 | 0.70 | 0.83 | 0.32 |
| HSL | 9.58º | 0.71% | 0.4% | - |
| HSV(B) | 9.58º | 0.83% | 0.68% | - |
| XYZ | 18.68 | 11.43 | 2.38 | - |
| YUV | 85.56 | 96.09 | 190.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 52 | 29 | 0 | 0.70 | 0.83 | 0.32 | 9.58 | 0.71 | 0.4 |
| Hex | AD | 34 | 1D | 0 | 46 | 53 | 20 | A | 47 | 28 |
| Octal | 255 | 64 | 35 | 0 | 106 | 123 | 40 | 12 | 107 | 50 |
| Binary | 10101101 | 110100 | 11101 | 0 | 1000110 | 1010011 | 100000 | 1010 | 1000111 | 101000 |
Color Harmonies of #AD341D
Complementary color
Monochromatic Colors of #AD341D
Black with #AD341D
Text Example
Text Example
White with #AD341D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD341D; }
p { color: rgb(173,52,29); }
H1.HeaderClassName
{
color: #AD341D;
}
.AnyTagClassName
{
color: #AD341D;
}
</style>
background-color css
<style>
a { background-color: #AD341D; }
a { background-color: rgb(173,52,29); }
div.DivClassName
{
background-color: #AD341D;
}
.BgClassName
{
background-color: #AD341D;
}
</style>
border-color css
<style>
span { border-color: #AD341D; }
span { border-color: rgb(173,52,29); }
td.TdClassName
{
border-color: #AD341D;
}
.TagClassName
{
border-color: #AD341D;
}
</style>