Shades of Rouge #A24666
Tints of Rouge #A24666
RGB
CMYK
RGB Variations
Color information
#A24666 (or 0xA24666) is known color: Rouge. HEX triplet: A2, 46 and 66. RGB value is (162,70,102). Sum of RGB (Red+Green+Blue) = 162+70+102=334 (44% of max value = 765). Red value is 162 (63.67% from 255 or 48.50% from 334); Green value is 70 (27.73% from 255 or 20.96% from 334); Blue value is 102 (40.23% from 255 or 30.54% from 334); Max value from RGB is 162 - color contains mainly: red. Hex color #A24666 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A24666 is #5DB999. Grayscale: #656565. Windows color (decimal): -6142362 or 6702754. OLE color: 6702754.
HSL color Cylindrical-coordinate representation of color #A24666: hue angle of 339.13º degrees, saturation: 0.4, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #A24666 is Cyan = 0, Magento = 0.57, Yellow = 0.37 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 70 | 102 | - |
| CMYK | 0 | 0.57 | 0.37 | 0.36 |
| HSL | 339.13º | 0.4% | 0.45% | - |
| HSV(B) | 339.13º | 0.57% | 0.64% | - |
| XYZ | 19.49 | 13.02 | 14.06 | - |
| YUV | 101.16 | 128.48 | 171.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 70 | 102 | 0 | 0.57 | 0.37 | 0.36 | 339.13 | 0.4 | 0.45 |
| Hex | A2 | 46 | 66 | 0 | 39 | 25 | 24 | 153 | 28 | 2D |
| Octal | 242 | 106 | 146 | 0 | 71 | 45 | 44 | 523 | 50 | 55 |
| Binary | 10100010 | 1000110 | 1100110 | 0 | 111001 | 100101 | 100100 | 101010011 | 101000 | 101101 |
Color Harmonies of #A24666
Complementary color
Monochromatic Colors of #A24666
Black with #A24666
Text Example
Text Example
White with #A24666
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A24666; }
p { color: rgb(162,70,102); }
H1.HeaderClassName
{
color: #A24666;
}
.AnyTagClassName
{
color: #A24666;
}
</style>
background-color css
<style>
a { background-color: #A24666; }
a { background-color: rgb(162,70,102); }
div.DivClassName
{
background-color: #A24666;
}
.BgClassName
{
background-color: #A24666;
}
</style>
border-color css
<style>
span { border-color: #A24666; }
span { border-color: rgb(162,70,102); }
td.TdClassName
{
border-color: #A24666;
}
.TagClassName
{
border-color: #A24666;
}
</style>