Shades of Rouge #A03A6B
Tints of Rouge #A03A6B
RGB
CMYK
RGB Variations
Color information
#A03A6B (or 0xA03A6B) is known color: Rouge. HEX triplet: A0, 3A and 6B. RGB value is (160,58,107). Sum of RGB (Red+Green+Blue) = 160+58+107=325 (43% of max value = 765). Red value is 160 (62.89% from 255 or 49.23% from 325); Green value is 58 (23.05% from 255 or 17.85% from 325); Blue value is 107 (42.19% from 255 or 32.92% from 325); Max value from RGB is 160 - color contains mainly: red. Hex color #A03A6B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A03A6B is #5FC594. Grayscale: #5D5D5D. Windows color (decimal): -6276501 or 7027360. OLE color: 7027360.
HSL color Cylindrical-coordinate representation of color #A03A6B: hue angle of 331.18º degrees, saturation: 0.47, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #A03A6B is Cyan = 0, Magento = 0.64, Yellow = 0.33 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 58 | 107 | - |
| CMYK | 0 | 0.64 | 0.33 | 0.37 |
| HSL | 331.18º | 0.47% | 0.43% | - |
| HSV(B) | 331.18º | 0.64% | 0.63% | - |
| XYZ | 18.66 | 11.56 | 15.16 | - |
| YUV | 94.08 | 135.29 | 175.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 58 | 107 | 0 | 0.64 | 0.33 | 0.37 | 331.18 | 0.47 | 0.43 |
| Hex | A0 | 3A | 6B | 0 | 40 | 21 | 25 | 14B | 2F | 2B |
| Octal | 240 | 72 | 153 | 0 | 100 | 41 | 45 | 513 | 57 | 53 |
| Binary | 10100000 | 111010 | 1101011 | 0 | 1000000 | 100001 | 100101 | 101001011 | 101111 | 101011 |
Color Harmonies of #A03A6B
Complementary color
Monochromatic Colors of #A03A6B
Black with #A03A6B
Text Example
Text Example
White with #A03A6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A03A6B; }
p { color: rgb(160,58,107); }
H1.HeaderClassName
{
color: #A03A6B;
}
.AnyTagClassName
{
color: #A03A6B;
}
</style>
background-color css
<style>
a { background-color: #A03A6B; }
a { background-color: rgb(160,58,107); }
div.DivClassName
{
background-color: #A03A6B;
}
.BgClassName
{
background-color: #A03A6B;
}
</style>
border-color css
<style>
span { border-color: #A03A6B; }
span { border-color: rgb(160,58,107); }
td.TdClassName
{
border-color: #A03A6B;
}
.TagClassName
{
border-color: #A03A6B;
}
</style>