Shades of Rouge #A02C6B
Tints of Rouge #A02C6B
RGB
CMYK
RGB Variations
Color information
#A02C6B (or 0xA02C6B) is known color: Rouge. HEX triplet: A0, 2C and 6B. RGB value is (160,44,107). Sum of RGB (Red+Green+Blue) = 160+44+107=311 (41% of max value = 765). Red value is 160 (62.89% from 255 or 51.45% from 311); Green value is 44 (17.58% from 255 or 14.15% from 311); Blue value is 107 (42.19% from 255 or 34.41% from 311); Max value from RGB is 160 - color contains mainly: red. Hex color #A02C6B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A02C6B is #5FD394. Grayscale: #555555. Windows color (decimal): -6280085 or 7023776. OLE color: 7023776.
HSL color Cylindrical-coordinate representation of color #A02C6B: hue angle of 327.41º 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 #A02C6B is Cyan = 0, Magento = 0.72, Yellow = 0.33 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 44 | 107 | - |
| CMYK | 0 | 0.72 | 0.33 | 0.37 |
| HSL | 327.41º | 0.57% | 0.4% | - |
| HSV(B) | 327.41º | 0.73% | 0.63% | - |
| XYZ | 18.05 | 10.34 | 14.95 | - |
| YUV | 85.87 | 139.93 | 180.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 44 | 107 | 0 | 0.72 | 0.33 | 0.37 | 327.41 | 0.57 | 0.4 |
| Hex | A0 | 2C | 6B | 0 | 48 | 21 | 25 | 147 | 39 | 28 |
| Octal | 240 | 54 | 153 | 0 | 110 | 41 | 45 | 507 | 71 | 50 |
| Binary | 10100000 | 101100 | 1101011 | 0 | 1001000 | 100001 | 100101 | 101000111 | 111001 | 101000 |
Color Harmonies of #A02C6B
Complementary color
Monochromatic Colors of #A02C6B
Black with #A02C6B
Text Example
Text Example
White with #A02C6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A02C6B; }
p { color: rgb(160,44,107); }
H1.HeaderClassName
{
color: #A02C6B;
}
.AnyTagClassName
{
color: #A02C6B;
}
</style>
background-color css
<style>
a { background-color: #A02C6B; }
a { background-color: rgb(160,44,107); }
div.DivClassName
{
background-color: #A02C6B;
}
.BgClassName
{
background-color: #A02C6B;
}
</style>
border-color css
<style>
span { border-color: #A02C6B; }
span { border-color: rgb(160,44,107); }
td.TdClassName
{
border-color: #A02C6B;
}
.TagClassName
{
border-color: #A02C6B;
}
</style>