Shades of Rouge #A43F60
Tints of Rouge #A43F60
RGB
CMYK
RGB Variations
Color information
#A43F60 (or 0xA43F60) is known color: Rouge. HEX triplet: A4, 3F and 60. RGB value is (164,63,96). Sum of RGB (Red+Green+Blue) = 164+63+96=323 (42% of max value = 765). Red value is 164 (64.45% from 255 or 50.77% from 323); Green value is 63 (25% from 255 or 19.50% from 323); Blue value is 96 (37.89% from 255 or 29.72% from 323); Max value from RGB is 164 - color contains mainly: red. Hex color #A43F60 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A43F60 is #5BC09F. Grayscale: #606060. Windows color (decimal): -6013088 or 6307748. OLE color: 6307748.
HSL color Cylindrical-coordinate representation of color #A43F60: hue angle of 340.4º degrees, saturation: 0.44, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #A43F60 is Cyan = 0, Magento = 0.62, Yellow = 0.41 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 63 | 96 | - |
| CMYK | 0 | 0.62 | 0.41 | 0.36 |
| HSL | 340.4º | 0.44% | 0.45% | - |
| HSV(B) | 340.4º | 0.62% | 0.64% | - |
| XYZ | 19.2 | 12.29 | 12.43 | - |
| YUV | 96.96 | 127.46 | 175.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 63 | 96 | 0 | 0.62 | 0.41 | 0.36 | 340.4 | 0.44 | 0.45 |
| Hex | A4 | 3F | 60 | 0 | 3E | 29 | 24 | 154 | 2C | 2D |
| Octal | 244 | 77 | 140 | 0 | 76 | 51 | 44 | 524 | 54 | 55 |
| Binary | 10100100 | 111111 | 1100000 | 0 | 111110 | 101001 | 100100 | 101010100 | 101100 | 101101 |
Color Harmonies of #A43F60
Complementary color
Monochromatic Colors of #A43F60
Black with #A43F60
Text Example
Text Example
White with #A43F60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A43F60; }
p { color: rgb(164,63,96); }
H1.HeaderClassName
{
color: #A43F60;
}
.AnyTagClassName
{
color: #A43F60;
}
</style>
background-color css
<style>
a { background-color: #A43F60; }
a { background-color: rgb(164,63,96); }
div.DivClassName
{
background-color: #A43F60;
}
.BgClassName
{
background-color: #A43F60;
}
</style>
border-color css
<style>
span { border-color: #A43F60; }
span { border-color: rgb(164,63,96); }
td.TdClassName
{
border-color: #A43F60;
}
.TagClassName
{
border-color: #A43F60;
}
</style>