Shades of Rouge #A03B6E
Tints of Rouge #A03B6E
RGB
CMYK
RGB Variations
Color information
#A03B6E (or 0xA03B6E) is known color: Rouge. HEX triplet: A0, 3B and 6E. RGB value is (160,59,110). Sum of RGB (Red+Green+Blue) = 160+59+110=329 (43% of max value = 765). Red value is 160 (62.89% from 255 or 48.63% from 329); Green value is 59 (23.44% from 255 or 17.93% from 329); Blue value is 110 (43.36% from 255 or 33.43% from 329); Max value from RGB is 160 - color contains mainly: red. Hex color #A03B6E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A03B6E is #5FC491. Grayscale: #5E5E5E. Windows color (decimal): -6276242 or 7224224. OLE color: 7224224.
HSL color Cylindrical-coordinate representation of color #A03B6E: hue angle of 329.7º degrees, saturation: 0.46, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #A03B6E is Cyan = 0, Magento = 0.63, Yellow = 0.31 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 59 | 110 | - |
| CMYK | 0 | 0.63 | 0.31 | 0.37 |
| HSL | 329.7º | 0.46% | 0.43% | - |
| HSV(B) | 329.7º | 0.63% | 0.63% | - |
| XYZ | 18.88 | 11.73 | 16.02 | - |
| YUV | 95.01 | 136.46 | 174.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 59 | 110 | 0 | 0.63 | 0.31 | 0.37 | 329.7 | 0.46 | 0.43 |
| Hex | A0 | 3B | 6E | 0 | 3F | 1F | 25 | 14A | 2E | 2B |
| Octal | 240 | 73 | 156 | 0 | 77 | 37 | 45 | 512 | 56 | 53 |
| Binary | 10100000 | 111011 | 1101110 | 0 | 111111 | 11111 | 100101 | 101001010 | 101110 | 101011 |
Color Harmonies of #A03B6E
Complementary color
Monochromatic Colors of #A03B6E
Black with #A03B6E
Text Example
Text Example
White with #A03B6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A03B6E; }
p { color: rgb(160,59,110); }
H1.HeaderClassName
{
color: #A03B6E;
}
.AnyTagClassName
{
color: #A03B6E;
}
</style>
background-color css
<style>
a { background-color: #A03B6E; }
a { background-color: rgb(160,59,110); }
div.DivClassName
{
background-color: #A03B6E;
}
.BgClassName
{
background-color: #A03B6E;
}
</style>
border-color css
<style>
span { border-color: #A03B6E; }
span { border-color: rgb(160,59,110); }
td.TdClassName
{
border-color: #A03B6E;
}
.TagClassName
{
border-color: #A03B6E;
}
</style>