Shades of Rouge #A24A6B
Tints of Rouge #A24A6B
RGB
CMYK
RGB Variations
Color information
#A24A6B (or 0xA24A6B) is known color: Rouge. HEX triplet: A2, 4A and 6B. RGB value is (162,74,107). Sum of RGB (Red+Green+Blue) = 162+74+107=343 (45% of max value = 765). Red value is 162 (63.67% from 255 or 47.23% from 343); Green value is 74 (29.30% from 255 or 21.57% from 343); Blue value is 107 (42.19% from 255 or 31.20% from 343); Max value from RGB is 162 - color contains mainly: red. Hex color #A24A6B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A24A6B is #5DB594. Grayscale: #686868. Windows color (decimal): -6141333 or 7031458. OLE color: 7031458.
HSL color Cylindrical-coordinate representation of color #A24A6B: hue angle of 337.5º degrees, saturation: 0.37, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #A24A6B is Cyan = 0, Magento = 0.54, Yellow = 0.34 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 74 | 107 | - |
| CMYK | 0 | 0.54 | 0.34 | 0.36 |
| HSL | 337.5º | 0.37% | 0.46% | - |
| HSV(B) | 337.5º | 0.54% | 0.64% | - |
| XYZ | 20 | 13.64 | 15.49 | - |
| YUV | 104.07 | 129.65 | 169.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 74 | 107 | 0 | 0.54 | 0.34 | 0.36 | 337.5 | 0.37 | 0.46 |
| Hex | A2 | 4A | 6B | 0 | 36 | 22 | 24 | 152 | 25 | 2E |
| Octal | 242 | 112 | 153 | 0 | 66 | 42 | 44 | 522 | 45 | 56 |
| Binary | 10100010 | 1001010 | 1101011 | 0 | 110110 | 100010 | 100100 | 101010010 | 100101 | 101110 |
Color Harmonies of #A24A6B
Complementary color
Monochromatic Colors of #A24A6B
Black with #A24A6B
Text Example
Text Example
White with #A24A6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A24A6B; }
p { color: rgb(162,74,107); }
H1.HeaderClassName
{
color: #A24A6B;
}
.AnyTagClassName
{
color: #A24A6B;
}
</style>
background-color css
<style>
a { background-color: #A24A6B; }
a { background-color: rgb(162,74,107); }
div.DivClassName
{
background-color: #A24A6B;
}
.BgClassName
{
background-color: #A24A6B;
}
</style>
border-color css
<style>
span { border-color: #A24A6B; }
span { border-color: rgb(162,74,107); }
td.TdClassName
{
border-color: #A24A6B;
}
.TagClassName
{
border-color: #A24A6B;
}
</style>