Shades of Rouge #A62E6A
Tints of Rouge #A62E6A
RGB
CMYK
RGB Variations
Color information
#A62E6A (or 0xA62E6A) is known color: Rouge. HEX triplet: A6, 2E and 6A. RGB value is (166,46,106). Sum of RGB (Red+Green+Blue) = 166+46+106=318 (42% of max value = 765). Red value is 166 (65.23% from 255 or 52.20% from 318); Green value is 46 (18.36% from 255 or 14.47% from 318); Blue value is 106 (41.80% from 255 or 33.33% from 318); Max value from RGB is 166 - color contains mainly: red. Hex color #A62E6A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A62E6A is #59D195. Grayscale: #585858. Windows color (decimal): -5886358 or 6958758. OLE color: 6958758.
HSL color Cylindrical-coordinate representation of color #A62E6A: hue angle of 330º degrees, saturation: 0.57, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #A62E6A is Cyan = 0, Magento = 0.72, Yellow = 0.36 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 46 | 106 | - |
| CMYK | 0 | 0.72 | 0.36 | 0.35 |
| HSL | 330º | 0.57% | 0.42% | - |
| HSV(B) | 330º | 0.72% | 0.65% | - |
| XYZ | 19.3 | 11.1 | 14.76 | - |
| YUV | 88.72 | 137.76 | 183.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 46 | 106 | 0 | 0.72 | 0.36 | 0.35 | 330 | 0.57 | 0.42 |
| Hex | A6 | 2E | 6A | 0 | 48 | 24 | 23 | 14A | 39 | 2A |
| Octal | 246 | 56 | 152 | 0 | 110 | 44 | 43 | 512 | 71 | 52 |
| Binary | 10100110 | 101110 | 1101010 | 0 | 1001000 | 100100 | 100011 | 101001010 | 111001 | 101010 |
Color Harmonies of #A62E6A
Complementary color
Monochromatic Colors of #A62E6A
Black with #A62E6A
Text Example
Text Example
White with #A62E6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A62E6A; }
p { color: rgb(166,46,106); }
H1.HeaderClassName
{
color: #A62E6A;
}
.AnyTagClassName
{
color: #A62E6A;
}
</style>
background-color css
<style>
a { background-color: #A62E6A; }
a { background-color: rgb(166,46,106); }
div.DivClassName
{
background-color: #A62E6A;
}
.BgClassName
{
background-color: #A62E6A;
}
</style>
border-color css
<style>
span { border-color: #A62E6A; }
span { border-color: rgb(166,46,106); }
td.TdClassName
{
border-color: #A62E6A;
}
.TagClassName
{
border-color: #A62E6A;
}
</style>