Shades of Rouge #A03B6F
Tints of Rouge #A03B6F
RGB
CMYK
RGB Variations
Color information
#A03B6F (or 0xA03B6F) is known color: Rouge. HEX triplet: A0, 3B and 6F. RGB value is (160,59,111). Sum of RGB (Red+Green+Blue) = 160+59+111=330 (43% of max value = 765). Red value is 160 (62.89% from 255 or 48.48% from 330); Green value is 59 (23.44% from 255 or 17.88% from 330); Blue value is 111 (43.75% from 255 or 33.64% from 330); Max value from RGB is 160 - color contains mainly: red. Hex color #A03B6F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A03B6F is #5FC490. Grayscale: #5F5F5F. Windows color (decimal): -6276241 or 7289760. OLE color: 7289760.
HSL color Cylindrical-coordinate representation of color #A03B6F: hue angle of 329.11º 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 #A03B6F is Cyan = 0, Magento = 0.63, Yellow = 0.31 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 59 | 111 | - |
| CMYK | 0 | 0.63 | 0.31 | 0.37 |
| HSL | 329.11º | 0.46% | 0.43% | - |
| HSV(B) | 329.11º | 0.63% | 0.63% | - |
| XYZ | 18.93 | 11.75 | 16.31 | - |
| YUV | 95.13 | 136.96 | 174.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 59 | 111 | 0 | 0.63 | 0.31 | 0.37 | 329.11 | 0.46 | 0.43 |
| Hex | A0 | 3B | 6F | 0 | 3F | 1F | 25 | 149 | 2E | 2B |
| Octal | 240 | 73 | 157 | 0 | 77 | 37 | 45 | 511 | 56 | 53 |
| Binary | 10100000 | 111011 | 1101111 | 0 | 111111 | 11111 | 100101 | 101001001 | 101110 | 101011 |
Color Harmonies of #A03B6F
Complementary color
Monochromatic Colors of #A03B6F
Black with #A03B6F
Text Example
Text Example
White with #A03B6F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A03B6F; }
p { color: rgb(160,59,111); }
H1.HeaderClassName
{
color: #A03B6F;
}
.AnyTagClassName
{
color: #A03B6F;
}
</style>
background-color css
<style>
a { background-color: #A03B6F; }
a { background-color: rgb(160,59,111); }
div.DivClassName
{
background-color: #A03B6F;
}
.BgClassName
{
background-color: #A03B6F;
}
</style>
border-color css
<style>
span { border-color: #A03B6F; }
span { border-color: rgb(160,59,111); }
td.TdClassName
{
border-color: #A03B6F;
}
.TagClassName
{
border-color: #A03B6F;
}
</style>