Shades of Rouge #A43F66
Tints of Rouge #A43F66
RGB
CMYK
RGB Variations
Color information
#A43F66 (or 0xA43F66) is known color: Rouge. HEX triplet: A4, 3F and 66. RGB value is (164,63,102). Sum of RGB (Red+Green+Blue) = 164+63+102=329 (43% of max value = 765). Red value is 164 (64.45% from 255 or 49.85% from 329); Green value is 63 (25% from 255 or 19.15% from 329); Blue value is 102 (40.23% from 255 or 31.00% from 329); Max value from RGB is 164 - color contains mainly: red. Hex color #A43F66 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A43F66 is #5BC099. Grayscale: #616161. Windows color (decimal): -6013082 or 6700964. OLE color: 6700964.
HSL color Cylindrical-coordinate representation of color #A43F66: hue angle of 336.83º 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 #A43F66 is Cyan = 0, Magento = 0.62, Yellow = 0.38 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 63 | 102 | - |
| CMYK | 0 | 0.62 | 0.38 | 0.36 |
| HSL | 336.83º | 0.44% | 0.45% | - |
| HSV(B) | 336.83º | 0.62% | 0.64% | - |
| XYZ | 19.49 | 12.41 | 13.94 | - |
| YUV | 97.65 | 130.46 | 175.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 63 | 102 | 0 | 0.62 | 0.38 | 0.36 | 336.83 | 0.44 | 0.45 |
| Hex | A4 | 3F | 66 | 0 | 3E | 26 | 24 | 151 | 2C | 2D |
| Octal | 244 | 77 | 146 | 0 | 76 | 46 | 44 | 521 | 54 | 55 |
| Binary | 10100100 | 111111 | 1100110 | 0 | 111110 | 100110 | 100100 | 101010001 | 101100 | 101101 |
Color Harmonies of #A43F66
Complementary color
Monochromatic Colors of #A43F66
Black with #A43F66
Text Example
Text Example
White with #A43F66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A43F66; }
p { color: rgb(164,63,102); }
H1.HeaderClassName
{
color: #A43F66;
}
.AnyTagClassName
{
color: #A43F66;
}
</style>
background-color css
<style>
a { background-color: #A43F66; }
a { background-color: rgb(164,63,102); }
div.DivClassName
{
background-color: #A43F66;
}
.BgClassName
{
background-color: #A43F66;
}
</style>
border-color css
<style>
span { border-color: #A43F66; }
span { border-color: rgb(164,63,102); }
td.TdClassName
{
border-color: #A43F66;
}
.TagClassName
{
border-color: #A43F66;
}
</style>