Shades of Rouge #A43866
Tints of Rouge #A43866
RGB
CMYK
RGB Variations
Color information
#A43866 (or 0xA43866) is known color: Rouge. HEX triplet: A4, 38 and 66. RGB value is (164,56,102). Sum of RGB (Red+Green+Blue) = 164+56+102=322 (42% of max value = 765). Red value is 164 (64.45% from 255 or 50.93% from 322); Green value is 56 (22.27% from 255 or 17.39% from 322); Blue value is 102 (40.23% from 255 or 31.68% from 322); Max value from RGB is 164 - color contains mainly: red. Hex color #A43866 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A43866 is #5BC799. Grayscale: #5D5D5D. Windows color (decimal): -6014874 or 6699172. OLE color: 6699172.
HSL color Cylindrical-coordinate representation of color #A43866: hue angle of 334.44º degrees, saturation: 0.49, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #A43866 is Cyan = 0, Magento = 0.66, Yellow = 0.38 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 56 | 102 | - |
| CMYK | 0 | 0.66 | 0.38 | 0.36 |
| HSL | 334.44º | 0.49% | 0.43% | - |
| HSV(B) | 334.44º | 0.66% | 0.64% | - |
| XYZ | 19.12 | 11.68 | 13.82 | - |
| YUV | 93.54 | 132.78 | 178.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 56 | 102 | 0 | 0.66 | 0.38 | 0.36 | 334.44 | 0.49 | 0.43 |
| Hex | A4 | 38 | 66 | 0 | 42 | 26 | 24 | 14E | 31 | 2B |
| Octal | 244 | 70 | 146 | 0 | 102 | 46 | 44 | 516 | 61 | 53 |
| Binary | 10100100 | 111000 | 1100110 | 0 | 1000010 | 100110 | 100100 | 101001110 | 110001 | 101011 |
Color Harmonies of #A43866
Complementary color
Monochromatic Colors of #A43866
Black with #A43866
Text Example
Text Example
White with #A43866
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A43866; }
p { color: rgb(164,56,102); }
H1.HeaderClassName
{
color: #A43866;
}
.AnyTagClassName
{
color: #A43866;
}
</style>
background-color css
<style>
a { background-color: #A43866; }
a { background-color: rgb(164,56,102); }
div.DivClassName
{
background-color: #A43866;
}
.BgClassName
{
background-color: #A43866;
}
</style>
border-color css
<style>
span { border-color: #A43866; }
span { border-color: rgb(164,56,102); }
td.TdClassName
{
border-color: #A43866;
}
.TagClassName
{
border-color: #A43866;
}
</style>