Shades of Rouge #A03270
Tints of Rouge #A03270
RGB
CMYK
RGB Variations
Color information
#A03270 (or 0xA03270) is known color: Rouge. HEX triplet: A0, 32 and 70. RGB value is (160,50,112). Sum of RGB (Red+Green+Blue) = 160+50+112=322 (42% of max value = 765). Red value is 160 (62.89% from 255 or 49.69% from 322); Green value is 50 (19.92% from 255 or 15.53% from 322); Blue value is 112 (44.14% from 255 or 34.78% from 322); Max value from RGB is 160 - color contains mainly: red. Hex color #A03270 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A03270 is #5FCD8F. Grayscale: #595959. Windows color (decimal): -6278544 or 7352992. OLE color: 7352992.
HSL color Cylindrical-coordinate representation of color #A03270: hue angle of 326.18º degrees, saturation: 0.52, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #A03270 is Cyan = 0, Magento = 0.69, Yellow = 0.30 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 50 | 112 | - |
| CMYK | 0 | 0.69 | 0.30 | 0.37 |
| HSL | 326.18º | 0.52% | 0.41% | - |
| HSV(B) | 326.18º | 0.69% | 0.63% | - |
| XYZ | 18.56 | 10.92 | 16.46 | - |
| YUV | 89.96 | 140.44 | 177.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 50 | 112 | 0 | 0.69 | 0.30 | 0.37 | 326.18 | 0.52 | 0.41 |
| Hex | A0 | 32 | 70 | 0 | 45 | 1E | 25 | 146 | 34 | 29 |
| Octal | 240 | 62 | 160 | 0 | 105 | 36 | 45 | 506 | 64 | 51 |
| Binary | 10100000 | 110010 | 1110000 | 0 | 1000101 | 11110 | 100101 | 101000110 | 110100 | 101001 |
Color Harmonies of #A03270
Complementary color
Monochromatic Colors of #A03270
Black with #A03270
Text Example
Text Example
White with #A03270
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A03270; }
p { color: rgb(160,50,112); }
H1.HeaderClassName
{
color: #A03270;
}
.AnyTagClassName
{
color: #A03270;
}
</style>
background-color css
<style>
a { background-color: #A03270; }
a { background-color: rgb(160,50,112); }
div.DivClassName
{
background-color: #A03270;
}
.BgClassName
{
background-color: #A03270;
}
</style>
border-color css
<style>
span { border-color: #A03270; }
span { border-color: rgb(160,50,112); }
td.TdClassName
{
border-color: #A03270;
}
.TagClassName
{
border-color: #A03270;
}
</style>