Shades of Rouge #A62B66
Tints of Rouge #A62B66
RGB
CMYK
RGB Variations
Color information
#A62B66 (or 0xA62B66) is known color: Rouge. HEX triplet: A6, 2B and 66. RGB value is (166,43,102). Sum of RGB (Red+Green+Blue) = 166+43+102=311 (41% of max value = 765). Red value is 166 (65.23% from 255 or 53.38% from 311); Green value is 43 (17.19% from 255 or 13.83% from 311); Blue value is 102 (40.23% from 255 or 32.80% from 311); Max value from RGB is 166 - color contains mainly: red. Hex color #A62B66 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A62B66 is #59D499. Grayscale: #565656. Windows color (decimal): -5887130 or 6695846. OLE color: 6695846.
HSL color Cylindrical-coordinate representation of color #A62B66: hue angle of 331.22º degrees, saturation: 0.59, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #A62B66 is Cyan = 0, Magento = 0.74, Yellow = 0.39 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 43 | 102 | - |
| CMYK | 0 | 0.74 | 0.39 | 0.35 |
| HSL | 331.22º | 0.59% | 0.41% | - |
| HSV(B) | 331.22º | 0.74% | 0.65% | - |
| XYZ | 18.99 | 10.79 | 13.65 | - |
| YUV | 86.5 | 136.75 | 184.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 43 | 102 | 0 | 0.74 | 0.39 | 0.35 | 331.22 | 0.59 | 0.41 |
| Hex | A6 | 2B | 66 | 0 | 4A | 27 | 23 | 14B | 3B | 29 |
| Octal | 246 | 53 | 146 | 0 | 112 | 47 | 43 | 513 | 73 | 51 |
| Binary | 10100110 | 101011 | 1100110 | 0 | 1001010 | 100111 | 100011 | 101001011 | 111011 | 101001 |
Color Harmonies of #A62B66
Complementary color
Monochromatic Colors of #A62B66
Black with #A62B66
Text Example
Text Example
White with #A62B66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A62B66; }
p { color: rgb(166,43,102); }
H1.HeaderClassName
{
color: #A62B66;
}
.AnyTagClassName
{
color: #A62B66;
}
</style>
background-color css
<style>
a { background-color: #A62B66; }
a { background-color: rgb(166,43,102); }
div.DivClassName
{
background-color: #A62B66;
}
.BgClassName
{
background-color: #A62B66;
}
</style>
border-color css
<style>
span { border-color: #A62B66; }
span { border-color: rgb(166,43,102); }
td.TdClassName
{
border-color: #A62B66;
}
.TagClassName
{
border-color: #A62B66;
}
</style>