Shades of Rouge #A24565
Tints of Rouge #A24565
RGB
CMYK
RGB Variations
Color information
#A24565 (or 0xA24565) is known color: Rouge. HEX triplet: A2, 45 and 65. RGB value is (162,69,101). Sum of RGB (Red+Green+Blue) = 162+69+101=332 (43% of max value = 765). Red value is 162 (63.67% from 255 or 48.80% from 332); Green value is 69 (27.34% from 255 or 20.78% from 332); Blue value is 101 (39.84% from 255 or 30.42% from 332); Max value from RGB is 162 - color contains mainly: red. Hex color #A24565 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A24565 is #5DBA9A. Grayscale: #646464. Windows color (decimal): -6142619 or 6636962. OLE color: 6636962.
HSL color Cylindrical-coordinate representation of color #A24565: hue angle of 339.35º 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 #A24565 is Cyan = 0, Magento = 0.57, Yellow = 0.38 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 69 | 101 | - |
| CMYK | 0 | 0.57 | 0.38 | 0.36 |
| HSL | 339.35º | 0.4% | 0.45% | - |
| HSV(B) | 339.35º | 0.57% | 0.64% | - |
| XYZ | 19.38 | 12.88 | 13.78 | - |
| YUV | 100.46 | 128.31 | 171.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 69 | 101 | 0 | 0.57 | 0.38 | 0.36 | 339.35 | 0.4 | 0.45 |
| Hex | A2 | 45 | 65 | 0 | 39 | 26 | 24 | 153 | 28 | 2D |
| Octal | 242 | 105 | 145 | 0 | 71 | 46 | 44 | 523 | 50 | 55 |
| Binary | 10100010 | 1000101 | 1100101 | 0 | 111001 | 100110 | 100100 | 101010011 | 101000 | 101101 |
Color Harmonies of #A24565
Complementary color
Monochromatic Colors of #A24565
Black with #A24565
Text Example
Text Example
White with #A24565
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A24565; }
p { color: rgb(162,69,101); }
H1.HeaderClassName
{
color: #A24565;
}
.AnyTagClassName
{
color: #A24565;
}
</style>
background-color css
<style>
a { background-color: #A24565; }
a { background-color: rgb(162,69,101); }
div.DivClassName
{
background-color: #A24565;
}
.BgClassName
{
background-color: #A24565;
}
</style>
border-color css
<style>
span { border-color: #A24565; }
span { border-color: rgb(162,69,101); }
td.TdClassName
{
border-color: #A24565;
}
.TagClassName
{
border-color: #A24565;
}
</style>