Shades of Brown #AD331F
Tints of Brown #AD331F
RGB
CMYK
RGB Variations
Color information
#AD331F (or 0xAD331F) is known color: Brown. HEX triplet: AD, 33 and 1F. RGB value is (173,51,31). Sum of RGB (Red+Green+Blue) = 173+51+31=255 (33% of max value = 765). Red value is 173 (67.97% from 255 or 67.84% from 255); Green value is 51 (20.31% from 255 or 20% from 255); Blue value is 31 (12.5% from 255 or 12.16% from 255); Max value from RGB is 173 - color contains mainly: red. Hex color #AD331F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AD331F is #52CCE0. Grayscale: #555555. Windows color (decimal): -5426401 or 2044845. OLE color: 2044845.
HSL color Cylindrical-coordinate representation of color #AD331F: hue angle of 8.45º degrees, saturation: 0.7, 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 #AD331F is Cyan = 0, Magento = 0.71, Yellow = 0.82 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 51 | 31 | - |
| CMYK | 0 | 0.71 | 0.82 | 0.32 |
| HSL | 8.45º | 0.7% | 0.4% | - |
| HSV(B) | 8.45º | 0.82% | 0.68% | - |
| XYZ | 18.66 | 11.35 | 2.5 | - |
| YUV | 85.2 | 97.42 | 190.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 51 | 31 | 0 | 0.71 | 0.82 | 0.32 | 8.45 | 0.7 | 0.4 |
| Hex | AD | 33 | 1F | 0 | 47 | 52 | 20 | 8 | 46 | 28 |
| Octal | 255 | 63 | 37 | 0 | 107 | 122 | 40 | 10 | 106 | 50 |
| Binary | 10101101 | 110011 | 11111 | 0 | 1000111 | 1010010 | 100000 | 1000 | 1000110 | 101000 |
Color Harmonies of #AD331F
Complementary color
Monochromatic Colors of #AD331F
Black with #AD331F
Text Example
Text Example
White with #AD331F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD331F; }
p { color: rgb(173,51,31); }
H1.HeaderClassName
{
color: #AD331F;
}
.AnyTagClassName
{
color: #AD331F;
}
</style>
background-color css
<style>
a { background-color: #AD331F; }
a { background-color: rgb(173,51,31); }
div.DivClassName
{
background-color: #AD331F;
}
.BgClassName
{
background-color: #AD331F;
}
</style>
border-color css
<style>
span { border-color: #AD331F; }
span { border-color: rgb(173,51,31); }
td.TdClassName
{
border-color: #AD331F;
}
.TagClassName
{
border-color: #AD331F;
}
</style>