Shades of Rouge #AD285F
Tints of Rouge #AD285F
RGB
CMYK
RGB Variations
Color information
#AD285F (or 0xAD285F) is known color: Rouge. HEX triplet: AD, 28 and 5F. RGB value is (173,40,95). Sum of RGB (Red+Green+Blue) = 173+40+95=308 (40% of max value = 765). Red value is 173 (67.97% from 255 or 56.17% from 308); Green value is 40 (16.02% from 255 or 12.99% from 308); Blue value is 95 (37.5% from 255 or 30.84% from 308); Max value from RGB is 173 - color contains mainly: red. Hex color #AD285F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AD285F is #52D7A0. Grayscale: #555555. Windows color (decimal): -5429153 or 6236333. OLE color: 6236333.
HSL color Cylindrical-coordinate representation of color #AD285F: hue angle of 335.19º degrees, saturation: 0.62, 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 #AD285F is Cyan = 0, Magento = 0.77, Yellow = 0.45 and Black (K on CMYK) = 0.32.
Color convert
RGB | 173 | 40 | 95 | - |
CMYK | 0 | 0.77 | 0.45 | 0.32 |
HSL | 335.19º | 0.62% | 0.42% | - |
HSV(B) | 335.19º | 0.77% | 0.68% | - |
XYZ | 20.06 | 11.23 | 11.94 | - |
YUV | 86.04 | 133.06 | 190.03 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 173 | 40 | 95 | 0 | 0.77 | 0.45 | 0.32 | 335.19 | 0.62 | 0.42 |
Hex | AD | 28 | 5F | 0 | 4D | 2D | 20 | 14F | 3E | 2A |
Octal | 255 | 50 | 137 | 0 | 115 | 55 | 40 | 517 | 76 | 52 |
Binary | 10101101 | 101000 | 1011111 | 0 | 1001101 | 101101 | 100000 | 101001111 | 111110 | 101010 |
Color Harmonies of #AD285F
Complementary color
Monochromatic Colors of #AD285F
Black with #AD285F
Text Example
Text Example
White with #AD285F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD285F; }
p { color: rgb(173,40,95); }
H1.HeaderClassName
{
color: #AD285F;
}
.AnyTagClassName
{
color: #AD285F;
}
</style>
background-color css
<style>
a { background-color: #AD285F; }
a { background-color: rgb(173,40,95); }
div.DivClassName
{
background-color: #AD285F;
}
.BgClassName
{
background-color: #AD285F;
}
</style>
border-color css
<style>
span { border-color: #AD285F; }
span { border-color: rgb(173,40,95); }
td.TdClassName
{
border-color: #AD285F;
}
.TagClassName
{
border-color: #AD285F;
}
</style>