Shades of Rouge #A03067
Tints of Rouge #A03067
RGB
CMYK
RGB Variations
Color information
#A03067 (or 0xA03067) is known color: Rouge. HEX triplet: A0, 30 and 67. RGB value is (160,48,103). Sum of RGB (Red+Green+Blue) = 160+48+103=311 (41% of max value = 765). Red value is 160 (62.89% from 255 or 51.45% from 311); Green value is 48 (19.14% from 255 or 15.43% from 311); Blue value is 103 (40.62% from 255 or 33.12% from 311); Max value from RGB is 160 - color contains mainly: red. Hex color #A03067 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A03067 is #5FCF98. Grayscale: #575757. Windows color (decimal): -6279065 or 6762656. OLE color: 6762656.
HSL color Cylindrical-coordinate representation of color #A03067: hue angle of 330.54º degrees, saturation: 0.54, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #A03067 is Cyan = 0, Magento = 0.70, Yellow = 0.36 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 48 | 103 | - |
| CMYK | 0 | 0.70 | 0.36 | 0.37 |
| HSL | 330.54º | 0.54% | 0.41% | - |
| HSV(B) | 330.54º | 0.7% | 0.63% | - |
| XYZ | 18 | 10.57 | 13.92 | - |
| YUV | 87.76 | 136.61 | 179.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 48 | 103 | 0 | 0.70 | 0.36 | 0.37 | 330.54 | 0.54 | 0.41 |
| Hex | A0 | 30 | 67 | 0 | 46 | 24 | 25 | 14B | 36 | 29 |
| Octal | 240 | 60 | 147 | 0 | 106 | 44 | 45 | 513 | 66 | 51 |
| Binary | 10100000 | 110000 | 1100111 | 0 | 1000110 | 100100 | 100101 | 101001011 | 110110 | 101001 |
Color Harmonies of #A03067
Complementary color
Monochromatic Colors of #A03067
Black with #A03067
Text Example
Text Example
White with #A03067
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A03067; }
p { color: rgb(160,48,103); }
H1.HeaderClassName
{
color: #A03067;
}
.AnyTagClassName
{
color: #A03067;
}
</style>
background-color css
<style>
a { background-color: #A03067; }
a { background-color: rgb(160,48,103); }
div.DivClassName
{
background-color: #A03067;
}
.BgClassName
{
background-color: #A03067;
}
</style>
border-color css
<style>
span { border-color: #A03067; }
span { border-color: rgb(160,48,103); }
td.TdClassName
{
border-color: #A03067;
}
.TagClassName
{
border-color: #A03067;
}
</style>