Shades of Red Stage #AD4E31
Tints of Red Stage #AD4E31
RGB
CMYK
RGB Variations
Color information
#AD4E31 (or 0xAD4E31) is known color: Red Stage. HEX triplet: AD, 4E and 31. RGB value is (173,78,49). Sum of RGB (Red+Green+Blue) = 173+78+49=300 (39% of max value = 765). Red value is 173 (67.97% from 255 or 57.67% from 300); Green value is 78 (30.86% from 255 or 26% from 300); Blue value is 49 (19.53% from 255 or 16.33% from 300); Max value from RGB is 173 - color contains mainly: red. Hex color #AD4E31 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AD4E31 is #52B1CE. Grayscale: #676767. Windows color (decimal): -5419471 or 3231405. OLE color: 3231405.
HSL color Cylindrical-coordinate representation of color #AD4E31: hue angle of 14.03º degrees, saturation: 0.56, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #AD4E31 is Cyan = 0, Magento = 0.55, Yellow = 0.72 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 78 | 49 | - |
| CMYK | 0 | 0.55 | 0.72 | 0.32 |
| HSL | 14.03º | 0.56% | 0.44% | - |
| HSV(B) | 14.03º | 0.72% | 0.68% | - |
| XYZ | 20.51 | 14.55 | 4.63 | - |
| YUV | 103.1 | 97.47 | 177.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 78 | 49 | 0 | 0.55 | 0.72 | 0.32 | 14.03 | 0.56 | 0.44 |
| Hex | AD | 4E | 31 | 0 | 37 | 48 | 20 | E | 38 | 2C |
| Octal | 255 | 116 | 61 | 0 | 67 | 110 | 40 | 16 | 70 | 54 |
| Binary | 10101101 | 1001110 | 110001 | 0 | 110111 | 1001000 | 100000 | 1110 | 111000 | 101100 |
Color Harmonies of #AD4E31
Complementary color
Monochromatic Colors of #AD4E31
Black with #AD4E31
Text Example
Text Example
White with #AD4E31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD4E31; }
p { color: rgb(173,78,49); }
H1.HeaderClassName
{
color: #AD4E31;
}
.AnyTagClassName
{
color: #AD4E31;
}
</style>
background-color css
<style>
a { background-color: #AD4E31; }
a { background-color: rgb(173,78,49); }
div.DivClassName
{
background-color: #AD4E31;
}
.BgClassName
{
background-color: #AD4E31;
}
</style>
border-color css
<style>
span { border-color: #AD4E31; }
span { border-color: rgb(173,78,49); }
td.TdClassName
{
border-color: #AD4E31;
}
.TagClassName
{
border-color: #AD4E31;
}
</style>