Shades of Rouge #A02F69
Tints of Rouge #A02F69
RGB
CMYK
RGB Variations
Color information
#A02F69 (or 0xA02F69) is known color: Rouge. HEX triplet: A0, 2F and 69. RGB value is (160,47,105). Sum of RGB (Red+Green+Blue) = 160+47+105=312 (41% of max value = 765). Red value is 160 (62.89% from 255 or 51.28% from 312); Green value is 47 (18.75% from 255 or 15.06% from 312); Blue value is 105 (41.41% from 255 or 33.65% from 312); Max value from RGB is 160 - color contains mainly: red. Hex color #A02F69 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A02F69 is #5FD096. Grayscale: #575757. Windows color (decimal): -6279319 or 6893472. OLE color: 6893472.
HSL color Cylindrical-coordinate representation of color #A02F69: hue angle of 329.2º degrees, saturation: 0.55, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #A02F69 is Cyan = 0, Magento = 0.71, Yellow = 0.34 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 47 | 105 | - |
| CMYK | 0 | 0.71 | 0.34 | 0.37 |
| HSL | 329.2º | 0.55% | 0.41% | - |
| HSV(B) | 329.2º | 0.71% | 0.63% | - |
| XYZ | 18.06 | 10.53 | 14.44 | - |
| YUV | 87.4 | 137.94 | 179.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 47 | 105 | 0 | 0.71 | 0.34 | 0.37 | 329.2 | 0.55 | 0.41 |
| Hex | A0 | 2F | 69 | 0 | 47 | 22 | 25 | 149 | 37 | 29 |
| Octal | 240 | 57 | 151 | 0 | 107 | 42 | 45 | 511 | 67 | 51 |
| Binary | 10100000 | 101111 | 1101001 | 0 | 1000111 | 100010 | 100101 | 101001001 | 110111 | 101001 |
Color Harmonies of #A02F69
Complementary color
Monochromatic Colors of #A02F69
Black with #A02F69
Text Example
Text Example
White with #A02F69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A02F69; }
p { color: rgb(160,47,105); }
H1.HeaderClassName
{
color: #A02F69;
}
.AnyTagClassName
{
color: #A02F69;
}
</style>
background-color css
<style>
a { background-color: #A02F69; }
a { background-color: rgb(160,47,105); }
div.DivClassName
{
background-color: #A02F69;
}
.BgClassName
{
background-color: #A02F69;
}
</style>
border-color css
<style>
span { border-color: #A02F69; }
span { border-color: rgb(160,47,105); }
td.TdClassName
{
border-color: #A02F69;
}
.TagClassName
{
border-color: #A02F69;
}
</style>