Shades of Rouge #A24266
Tints of Rouge #A24266
RGB
CMYK
RGB Variations
Color information
#A24266 (or 0xA24266) is known color: Rouge. HEX triplet: A2, 42 and 66. RGB value is (162,66,102). Sum of RGB (Red+Green+Blue) = 162+66+102=330 (43% of max value = 765). Red value is 162 (63.67% from 255 or 49.09% from 330); Green value is 66 (26.17% from 255 or 20% from 330); Blue value is 102 (40.23% from 255 or 30.91% from 330); Max value from RGB is 162 - color contains mainly: red. Hex color #A24266 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A24266 is #5DBD99. Grayscale: #626262. Windows color (decimal): -6143386 or 6701730. OLE color: 6701730.
HSL color Cylindrical-coordinate representation of color #A24266: hue angle of 337.5º degrees, saturation: 0.42, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #A24266 is Cyan = 0, Magento = 0.59, Yellow = 0.37 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 66 | 102 | - |
| CMYK | 0 | 0.59 | 0.37 | 0.36 |
| HSL | 337.5º | 0.42% | 0.45% | - |
| HSV(B) | 337.5º | 0.59% | 0.64% | - |
| XYZ | 19.25 | 12.54 | 13.98 | - |
| YUV | 98.81 | 129.8 | 173.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 66 | 102 | 0 | 0.59 | 0.37 | 0.36 | 337.5 | 0.42 | 0.45 |
| Hex | A2 | 42 | 66 | 0 | 3B | 25 | 24 | 152 | 2A | 2D |
| Octal | 242 | 102 | 146 | 0 | 73 | 45 | 44 | 522 | 52 | 55 |
| Binary | 10100010 | 1000010 | 1100110 | 0 | 111011 | 100101 | 100100 | 101010010 | 101010 | 101101 |
Color Harmonies of #A24266
Complementary color
Monochromatic Colors of #A24266
Black with #A24266
Text Example
Text Example
White with #A24266
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A24266; }
p { color: rgb(162,66,102); }
H1.HeaderClassName
{
color: #A24266;
}
.AnyTagClassName
{
color: #A24266;
}
</style>
background-color css
<style>
a { background-color: #A24266; }
a { background-color: rgb(162,66,102); }
div.DivClassName
{
background-color: #A24266;
}
.BgClassName
{
background-color: #A24266;
}
</style>
border-color css
<style>
span { border-color: #A24266; }
span { border-color: rgb(162,66,102); }
td.TdClassName
{
border-color: #A24266;
}
.TagClassName
{
border-color: #A24266;
}
</style>