Shades of Rouge #A52E68
Tints of Rouge #A52E68
RGB
CMYK
RGB Variations
Color information
#A52E68 (or 0xA52E68) is known color: Rouge. HEX triplet: A5, 2E and 68. RGB value is (165,46,104). Sum of RGB (Red+Green+Blue) = 165+46+104=315 (41% of max value = 765). Red value is 165 (64.84% from 255 or 52.38% from 315); Green value is 46 (18.36% from 255 or 14.60% from 315); Blue value is 104 (41.02% from 255 or 33.02% from 315); Max value from RGB is 165 - color contains mainly: red. Hex color #A52E68 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A52E68 is #5AD197. Grayscale: #585858. Windows color (decimal): -5951896 or 6827685. OLE color: 6827685.
HSL color Cylindrical-coordinate representation of color #A52E68: hue angle of 330.76º degrees, saturation: 0.56, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #A52E68 is Cyan = 0, Magento = 0.72, Yellow = 0.37 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 46 | 104 | - |
| CMYK | 0 | 0.72 | 0.37 | 0.35 |
| HSL | 330.76º | 0.56% | 0.41% | - |
| HSV(B) | 330.76º | 0.72% | 0.65% | - |
| XYZ | 18.99 | 10.95 | 14.21 | - |
| YUV | 88.19 | 136.92 | 182.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 46 | 104 | 0 | 0.72 | 0.37 | 0.35 | 330.76 | 0.56 | 0.41 |
| Hex | A5 | 2E | 68 | 0 | 48 | 25 | 23 | 14B | 38 | 29 |
| Octal | 245 | 56 | 150 | 0 | 110 | 45 | 43 | 513 | 70 | 51 |
| Binary | 10100101 | 101110 | 1101000 | 0 | 1001000 | 100101 | 100011 | 101001011 | 111000 | 101001 |
Color Harmonies of #A52E68
Complementary color
Monochromatic Colors of #A52E68
Black with #A52E68
Text Example
Text Example
White with #A52E68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A52E68; }
p { color: rgb(165,46,104); }
H1.HeaderClassName
{
color: #A52E68;
}
.AnyTagClassName
{
color: #A52E68;
}
</style>
background-color css
<style>
a { background-color: #A52E68; }
a { background-color: rgb(165,46,104); }
div.DivClassName
{
background-color: #A52E68;
}
.BgClassName
{
background-color: #A52E68;
}
</style>
border-color css
<style>
span { border-color: #A52E68; }
span { border-color: rgb(165,46,104); }
td.TdClassName
{
border-color: #A52E68;
}
.TagClassName
{
border-color: #A52E68;
}
</style>