Shades of Brown #AD331E
Tints of Brown #AD331E
RGB
CMYK
RGB Variations
Color information
#AD331E (or 0xAD331E) is known color: Brown. HEX triplet: AD, 33 and 1E. RGB value is (173,51,30). Sum of RGB (Red+Green+Blue) = 173+51+30=254 (33% of max value = 765). Red value is 173 (67.97% from 255 or 68.11% from 254); Green value is 51 (20.31% from 255 or 20.08% from 254); Blue value is 30 (12.11% from 255 or 11.81% from 254); Max value from RGB is 173 - color contains mainly: red. Hex color #AD331E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AD331E is #52CCE1. Grayscale: #555555. Windows color (decimal): -5426402 or 1979309. OLE color: 1979309.
HSL color Cylindrical-coordinate representation of color #AD331E: hue angle of 8.81º 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 #AD331E is Cyan = 0, Magento = 0.71, Yellow = 0.83 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 51 | 30 | - |
| CMYK | 0 | 0.71 | 0.83 | 0.32 |
| HSL | 8.81º | 0.7% | 0.4% | - |
| HSV(B) | 8.81º | 0.83% | 0.68% | - |
| XYZ | 18.65 | 11.35 | 2.44 | - |
| YUV | 85.08 | 96.92 | 190.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 51 | 30 | 0 | 0.71 | 0.83 | 0.32 | 8.81 | 0.7 | 0.4 |
| Hex | AD | 33 | 1E | 0 | 47 | 53 | 20 | 9 | 46 | 28 |
| Octal | 255 | 63 | 36 | 0 | 107 | 123 | 40 | 11 | 106 | 50 |
| Binary | 10101101 | 110011 | 11110 | 0 | 1000111 | 1010011 | 100000 | 1001 | 1000110 | 101000 |
Color Harmonies of #AD331E
Complementary color
Monochromatic Colors of #AD331E
Black with #AD331E
Text Example
Text Example
White with #AD331E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD331E; }
p { color: rgb(173,51,30); }
H1.HeaderClassName
{
color: #AD331E;
}
.AnyTagClassName
{
color: #AD331E;
}
</style>
background-color css
<style>
a { background-color: #AD331E; }
a { background-color: rgb(173,51,30); }
div.DivClassName
{
background-color: #AD331E;
}
.BgClassName
{
background-color: #AD331E;
}
</style>
border-color css
<style>
span { border-color: #AD331E; }
span { border-color: rgb(173,51,30); }
td.TdClassName
{
border-color: #AD331E;
}
.TagClassName
{
border-color: #AD331E;
}
</style>