Shades of Rouge #AD2D5A
Tints of Rouge #AD2D5A
RGB
CMYK
RGB Variations
Color information
#AD2D5A (or 0xAD2D5A) is known color: Rouge. HEX triplet: AD, 2D and 5A. RGB value is (173,45,90). Sum of RGB (Red+Green+Blue) = 173+45+90=308 (40% of max value = 765). Red value is 173 (67.97% from 255 or 56.17% from 308); Green value is 45 (17.97% from 255 or 14.61% from 308); Blue value is 90 (35.55% from 255 or 29.22% from 308); Max value from RGB is 173 - color contains mainly: red. Hex color #AD2D5A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AD2D5A is #52D2A5. Grayscale: #585858. Windows color (decimal): -5427878 or 5909933. OLE color: 5909933.
HSL color Cylindrical-coordinate representation of color #AD2D5A: hue angle of 338.91º degrees, saturation: 0.59, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #AD2D5A is Cyan = 0, Magento = 0.74, Yellow = 0.48 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 45 | 90 | - |
| CMYK | 0 | 0.74 | 0.48 | 0.32 |
| HSL | 338.91º | 0.59% | 0.43% | - |
| HSV(B) | 338.91º | 0.74% | 0.68% | - |
| XYZ | 20.02 | 11.5 | 10.84 | - |
| YUV | 88.4 | 128.91 | 188.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 45 | 90 | 0 | 0.74 | 0.48 | 0.32 | 338.91 | 0.59 | 0.43 |
| Hex | AD | 2D | 5A | 0 | 4A | 30 | 20 | 153 | 3B | 2B |
| Octal | 255 | 55 | 132 | 0 | 112 | 60 | 40 | 523 | 73 | 53 |
| Binary | 10101101 | 101101 | 1011010 | 0 | 1001010 | 110000 | 100000 | 101010011 | 111011 | 101011 |
Color Harmonies of #AD2D5A
Complementary color
Monochromatic Colors of #AD2D5A
Black with #AD2D5A
Text Example
Text Example
White with #AD2D5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD2D5A; }
p { color: rgb(173,45,90); }
H1.HeaderClassName
{
color: #AD2D5A;
}
.AnyTagClassName
{
color: #AD2D5A;
}
</style>
background-color css
<style>
a { background-color: #AD2D5A; }
a { background-color: rgb(173,45,90); }
div.DivClassName
{
background-color: #AD2D5A;
}
.BgClassName
{
background-color: #AD2D5A;
}
</style>
border-color css
<style>
span { border-color: #AD2D5A; }
span { border-color: rgb(173,45,90); }
td.TdClassName
{
border-color: #AD2D5A;
}
.TagClassName
{
border-color: #AD2D5A;
}
</style>