Shades of Rouge #A02C6D
Tints of Rouge #A02C6D
RGB
CMYK
RGB Variations
Color information
#A02C6D (or 0xA02C6D) is known color: Rouge. HEX triplet: A0, 2C and 6D. RGB value is (160,44,109). Sum of RGB (Red+Green+Blue) = 160+44+109=313 (41% of max value = 765). Red value is 160 (62.89% from 255 or 51.12% from 313); Green value is 44 (17.58% from 255 or 14.06% from 313); Blue value is 109 (42.97% from 255 or 34.82% from 313); Max value from RGB is 160 - color contains mainly: red. Hex color #A02C6D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A02C6D is #5FD392. Grayscale: #555555. Windows color (decimal): -6280083 or 7154848. OLE color: 7154848.
HSL color Cylindrical-coordinate representation of color #A02C6D: hue angle of 326.38º degrees, saturation: 0.57, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #A02C6D is Cyan = 0, Magento = 0.72, Yellow = 0.32 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 44 | 109 | - |
| CMYK | 0 | 0.72 | 0.32 | 0.37 |
| HSL | 326.38º | 0.57% | 0.4% | - |
| HSV(B) | 326.38º | 0.73% | 0.63% | - |
| XYZ | 18.16 | 10.38 | 15.51 | - |
| YUV | 86.09 | 140.93 | 180.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 44 | 109 | 0 | 0.72 | 0.32 | 0.37 | 326.38 | 0.57 | 0.4 |
| Hex | A0 | 2C | 6D | 0 | 48 | 20 | 25 | 146 | 39 | 28 |
| Octal | 240 | 54 | 155 | 0 | 110 | 40 | 45 | 506 | 71 | 50 |
| Binary | 10100000 | 101100 | 1101101 | 0 | 1001000 | 100000 | 100101 | 101000110 | 111001 | 101000 |
Color Harmonies of #A02C6D
Complementary color
Monochromatic Colors of #A02C6D
Black with #A02C6D
Text Example
Text Example
White with #A02C6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A02C6D; }
p { color: rgb(160,44,109); }
H1.HeaderClassName
{
color: #A02C6D;
}
.AnyTagClassName
{
color: #A02C6D;
}
</style>
background-color css
<style>
a { background-color: #A02C6D; }
a { background-color: rgb(160,44,109); }
div.DivClassName
{
background-color: #A02C6D;
}
.BgClassName
{
background-color: #A02C6D;
}
</style>
border-color css
<style>
span { border-color: #A02C6D; }
span { border-color: rgb(160,44,109); }
td.TdClassName
{
border-color: #A02C6D;
}
.TagClassName
{
border-color: #A02C6D;
}
</style>