Shades of Rouge #A04568
Tints of Rouge #A04568
RGB
CMYK
RGB Variations
Color information
#A04568 (or 0xA04568) is known color: Rouge. HEX triplet: A0, 45 and 68. RGB value is (160,69,104). Sum of RGB (Red+Green+Blue) = 160+69+104=333 (44% of max value = 765). Red value is 160 (62.89% from 255 or 48.05% from 333); Green value is 69 (27.34% from 255 or 20.72% from 333); Blue value is 104 (41.02% from 255 or 31.23% from 333); Max value from RGB is 160 - color contains mainly: red. Hex color #A04568 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A04568 is #5FBA97. Grayscale: #646464. Windows color (decimal): -6273688 or 6833568. OLE color: 6833568.
HSL color Cylindrical-coordinate representation of color #A04568: hue angle of 336.92º degrees, saturation: 0.4, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #A04568 is Cyan = 0, Magento = 0.57, Yellow = 0.35 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 69 | 104 | - |
| CMYK | 0 | 0.57 | 0.35 | 0.37 |
| HSL | 336.92º | 0.4% | 0.45% | - |
| HSV(B) | 336.92º | 0.57% | 0.63% | - |
| XYZ | 19.12 | 12.73 | 14.55 | - |
| YUV | 100.2 | 130.15 | 170.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 69 | 104 | 0 | 0.57 | 0.35 | 0.37 | 336.92 | 0.4 | 0.45 |
| Hex | A0 | 45 | 68 | 0 | 39 | 23 | 25 | 151 | 28 | 2D |
| Octal | 240 | 105 | 150 | 0 | 71 | 43 | 45 | 521 | 50 | 55 |
| Binary | 10100000 | 1000101 | 1101000 | 0 | 111001 | 100011 | 100101 | 101010001 | 101000 | 101101 |
Color Harmonies of #A04568
Complementary color
Monochromatic Colors of #A04568
Black with #A04568
Text Example
Text Example
White with #A04568
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A04568; }
p { color: rgb(160,69,104); }
H1.HeaderClassName
{
color: #A04568;
}
.AnyTagClassName
{
color: #A04568;
}
</style>
background-color css
<style>
a { background-color: #A04568; }
a { background-color: rgb(160,69,104); }
div.DivClassName
{
background-color: #A04568;
}
.BgClassName
{
background-color: #A04568;
}
</style>
border-color css
<style>
span { border-color: #A04568; }
span { border-color: rgb(160,69,104); }
td.TdClassName
{
border-color: #A04568;
}
.TagClassName
{
border-color: #A04568;
}
</style>