Shades of Brown #AD3127
Tints of Brown #AD3127
RGB
CMYK
RGB Variations
Color information
#AD3127 (or 0xAD3127) is known color: Brown. HEX triplet: AD, 31 and 27. RGB value is (173,49,39). Sum of RGB (Red+Green+Blue) = 173+49+39=261 (34% of max value = 765). Red value is 173 (67.97% from 255 or 66.28% from 261); Green value is 49 (19.53% from 255 or 18.77% from 261); Blue value is 39 (15.62% from 255 or 14.94% from 261); Max value from RGB is 173 - color contains mainly: red. Hex color #AD3127 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AD3127 is #52CED8. Grayscale: #555555. Windows color (decimal): -5426905 or 2568621. OLE color: 2568621.
HSL color Cylindrical-coordinate representation of color #AD3127: hue angle of 4.48º degrees, saturation: 0.63, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #AD3127 is Cyan = 0, Magento = 0.72, Yellow = 0.77 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 49 | 39 | - |
| CMYK | 0 | 0.72 | 0.77 | 0.32 |
| HSL | 4.48º | 0.63% | 0.42% | - |
| HSV(B) | 4.48º | 0.77% | 0.68% | - |
| XYZ | 18.7 | 11.23 | 3.1 | - |
| YUV | 84.94 | 102.08 | 190.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 49 | 39 | 0 | 0.72 | 0.77 | 0.32 | 4.48 | 0.63 | 0.42 |
| Hex | AD | 31 | 27 | 0 | 48 | 4D | 20 | 4 | 3F | 2A |
| Octal | 255 | 61 | 47 | 0 | 110 | 115 | 40 | 4 | 77 | 52 |
| Binary | 10101101 | 110001 | 100111 | 0 | 1001000 | 1001101 | 100000 | 100 | 111111 | 101010 |
Color Harmonies of #AD3127
Complementary color
Monochromatic Colors of #AD3127
Black with #AD3127
Text Example
Text Example
White with #AD3127
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD3127; }
p { color: rgb(173,49,39); }
H1.HeaderClassName
{
color: #AD3127;
}
.AnyTagClassName
{
color: #AD3127;
}
</style>
background-color css
<style>
a { background-color: #AD3127; }
a { background-color: rgb(173,49,39); }
div.DivClassName
{
background-color: #AD3127;
}
.BgClassName
{
background-color: #AD3127;
}
</style>
border-color css
<style>
span { border-color: #AD3127; }
span { border-color: rgb(173,49,39); }
td.TdClassName
{
border-color: #AD3127;
}
.TagClassName
{
border-color: #AD3127;
}
</style>