Shades of Rouge #A03668
Tints of Rouge #A03668
RGB
CMYK
RGB Variations
Color information
#A03668 (or 0xA03668) is known color: Rouge. HEX triplet: A0, 36 and 68. RGB value is (160,54,104). Sum of RGB (Red+Green+Blue) = 160+54+104=318 (42% of max value = 765). Red value is 160 (62.89% from 255 or 50.31% from 318); Green value is 54 (21.48% from 255 or 16.98% from 318); Blue value is 104 (41.02% from 255 or 32.70% from 318); Max value from RGB is 160 - color contains mainly: red. Hex color #A03668 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A03668 is #5FC997. Grayscale: #5B5B5B. Windows color (decimal): -6277528 or 6829728. OLE color: 6829728.
HSL color Cylindrical-coordinate representation of color #A03668: hue angle of 331.7º degrees, saturation: 0.5, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #A03668 is Cyan = 0, Magento = 0.66, Yellow = 0.35 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 54 | 104 | - |
| CMYK | 0 | 0.66 | 0.35 | 0.37 |
| HSL | 331.7º | 0.5% | 0.42% | - |
| HSV(B) | 331.7º | 0.66% | 0.63% | - |
| XYZ | 18.32 | 11.11 | 14.28 | - |
| YUV | 91.39 | 135.12 | 176.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 54 | 104 | 0 | 0.66 | 0.35 | 0.37 | 331.7 | 0.5 | 0.42 |
| Hex | A0 | 36 | 68 | 0 | 42 | 23 | 25 | 14C | 32 | 2A |
| Octal | 240 | 66 | 150 | 0 | 102 | 43 | 45 | 514 | 62 | 52 |
| Binary | 10100000 | 110110 | 1101000 | 0 | 1000010 | 100011 | 100101 | 101001100 | 110010 | 101010 |
Color Harmonies of #A03668
Complementary color
Monochromatic Colors of #A03668
Black with #A03668
Text Example
Text Example
White with #A03668
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A03668; }
p { color: rgb(160,54,104); }
H1.HeaderClassName
{
color: #A03668;
}
.AnyTagClassName
{
color: #A03668;
}
</style>
background-color css
<style>
a { background-color: #A03668; }
a { background-color: rgb(160,54,104); }
div.DivClassName
{
background-color: #A03668;
}
.BgClassName
{
background-color: #A03668;
}
</style>
border-color css
<style>
span { border-color: #A03668; }
span { border-color: rgb(160,54,104); }
td.TdClassName
{
border-color: #A03668;
}
.TagClassName
{
border-color: #A03668;
}
</style>