Shades of Rouge #A24263
Tints of Rouge #A24263
RGB
CMYK
RGB Variations
Color information
#A24263 (or 0xA24263) is known color: Rouge. HEX triplet: A2, 42 and 63. RGB value is (162,66,99). Sum of RGB (Red+Green+Blue) = 162+66+99=327 (43% of max value = 765). Red value is 162 (63.67% from 255 or 49.54% from 327); Green value is 66 (26.17% from 255 or 20.18% from 327); Blue value is 99 (39.06% from 255 or 30.28% from 327); Max value from RGB is 162 - color contains mainly: red. Hex color #A24263 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A24263 is #5DBD9C. Grayscale: #626262. Windows color (decimal): -6143389 or 6505122. OLE color: 6505122.
HSL color Cylindrical-coordinate representation of color #A24263: hue angle of 339.38º 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 #A24263 is Cyan = 0, Magento = 0.59, Yellow = 0.39 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 66 | 99 | - |
| CMYK | 0 | 0.59 | 0.39 | 0.36 |
| HSL | 339.38º | 0.42% | 0.45% | - |
| HSV(B) | 339.38º | 0.59% | 0.64% | - |
| XYZ | 19.1 | 12.48 | 13.21 | - |
| YUV | 98.47 | 128.3 | 173.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 66 | 99 | 0 | 0.59 | 0.39 | 0.36 | 339.38 | 0.42 | 0.45 |
| Hex | A2 | 42 | 63 | 0 | 3B | 27 | 24 | 153 | 2A | 2D |
| Octal | 242 | 102 | 143 | 0 | 73 | 47 | 44 | 523 | 52 | 55 |
| Binary | 10100010 | 1000010 | 1100011 | 0 | 111011 | 100111 | 100100 | 101010011 | 101010 | 101101 |
Color Harmonies of #A24263
Complementary color
Monochromatic Colors of #A24263
Black with #A24263
Text Example
Text Example
White with #A24263
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A24263; }
p { color: rgb(162,66,99); }
H1.HeaderClassName
{
color: #A24263;
}
.AnyTagClassName
{
color: #A24263;
}
</style>
background-color css
<style>
a { background-color: #A24263; }
a { background-color: rgb(162,66,99); }
div.DivClassName
{
background-color: #A24263;
}
.BgClassName
{
background-color: #A24263;
}
</style>
border-color css
<style>
span { border-color: #A24263; }
span { border-color: rgb(162,66,99); }
td.TdClassName
{
border-color: #A24263;
}
.TagClassName
{
border-color: #A24263;
}
</style>