Shades of Rouge #A24C6E
Tints of Rouge #A24C6E
RGB
CMYK
RGB Variations
Color information
#A24C6E (or 0xA24C6E) is known color: Rouge. HEX triplet: A2, 4C and 6E. RGB value is (162,76,110). Sum of RGB (Red+Green+Blue) = 162+76+110=348 (46% of max value = 765). Red value is 162 (63.67% from 255 or 46.55% from 348); Green value is 76 (30.08% from 255 or 21.84% from 348); Blue value is 110 (43.36% from 255 or 31.61% from 348); Max value from RGB is 162 - color contains mainly: red. Hex color #A24C6E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A24C6E is #5DB391. Grayscale: #696969. Windows color (decimal): -6140818 or 7228578. OLE color: 7228578.
HSL color Cylindrical-coordinate representation of color #A24C6E: hue angle of 336.28º degrees, saturation: 0.36, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #A24C6E is Cyan = 0, Magento = 0.53, Yellow = 0.32 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 76 | 110 | - |
| CMYK | 0 | 0.53 | 0.32 | 0.36 |
| HSL | 336.28º | 0.36% | 0.47% | - |
| HSV(B) | 336.28º | 0.53% | 0.64% | - |
| XYZ | 20.3 | 13.98 | 16.38 | - |
| YUV | 105.59 | 130.49 | 168.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 76 | 110 | 0 | 0.53 | 0.32 | 0.36 | 336.28 | 0.36 | 0.47 |
| Hex | A2 | 4C | 6E | 0 | 35 | 20 | 24 | 150 | 24 | 2F |
| Octal | 242 | 114 | 156 | 0 | 65 | 40 | 44 | 520 | 44 | 57 |
| Binary | 10100010 | 1001100 | 1101110 | 0 | 110101 | 100000 | 100100 | 101010000 | 100100 | 101111 |
Color Harmonies of #A24C6E
Complementary color
Monochromatic Colors of #A24C6E
Black with #A24C6E
Text Example
Text Example
White with #A24C6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A24C6E; }
p { color: rgb(162,76,110); }
H1.HeaderClassName
{
color: #A24C6E;
}
.AnyTagClassName
{
color: #A24C6E;
}
</style>
background-color css
<style>
a { background-color: #A24C6E; }
a { background-color: rgb(162,76,110); }
div.DivClassName
{
background-color: #A24C6E;
}
.BgClassName
{
background-color: #A24C6E;
}
</style>
border-color css
<style>
span { border-color: #A24C6E; }
span { border-color: rgb(162,76,110); }
td.TdClassName
{
border-color: #A24C6E;
}
.TagClassName
{
border-color: #A24C6E;
}
</style>