Shades of Brown #AD341E
Tints of Brown #AD341E
RGB
CMYK
RGB Variations
Color information
#AD341E (or 0xAD341E) is known color: Brown. HEX triplet: AD, 34 and 1E. RGB value is (173,52,30). Sum of RGB (Red+Green+Blue) = 173+52+30=255 (33% of max value = 765). Red value is 173 (67.97% from 255 or 67.84% from 255); Green value is 52 (20.70% from 255 or 20.39% from 255); Blue value is 30 (12.11% from 255 or 11.76% from 255); Max value from RGB is 173 - color contains mainly: red. Hex color #AD341E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AD341E is #52CBE1. Grayscale: #555555. Windows color (decimal): -5426146 or 1979565. OLE color: 1979565.
HSL color Cylindrical-coordinate representation of color #AD341E: hue angle of 9.23º degrees, saturation: 0.7, 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 #AD341E is Cyan = 0, Magento = 0.70, Yellow = 0.83 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 52 | 30 | - |
| CMYK | 0 | 0.70 | 0.83 | 0.32 |
| HSL | 9.23º | 0.7% | 0.4% | - |
| HSV(B) | 9.23º | 0.83% | 0.68% | - |
| XYZ | 18.7 | 11.43 | 2.45 | - |
| YUV | 85.67 | 96.59 | 190.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 52 | 30 | 0 | 0.70 | 0.83 | 0.32 | 9.23 | 0.7 | 0.4 |
| Hex | AD | 34 | 1E | 0 | 46 | 53 | 20 | 9 | 46 | 28 |
| Octal | 255 | 64 | 36 | 0 | 106 | 123 | 40 | 11 | 106 | 50 |
| Binary | 10101101 | 110100 | 11110 | 0 | 1000110 | 1010011 | 100000 | 1001 | 1000110 | 101000 |
Color Harmonies of #AD341E
Complementary color
Monochromatic Colors of #AD341E
Black with #AD341E
Text Example
Text Example
White with #AD341E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD341E; }
p { color: rgb(173,52,30); }
H1.HeaderClassName
{
color: #AD341E;
}
.AnyTagClassName
{
color: #AD341E;
}
</style>
background-color css
<style>
a { background-color: #AD341E; }
a { background-color: rgb(173,52,30); }
div.DivClassName
{
background-color: #AD341E;
}
.BgClassName
{
background-color: #AD341E;
}
</style>
border-color css
<style>
span { border-color: #AD341E; }
span { border-color: rgb(173,52,30); }
td.TdClassName
{
border-color: #AD341E;
}
.TagClassName
{
border-color: #AD341E;
}
</style>