Shades of Rouge #A43D68
Tints of Rouge #A43D68
RGB
CMYK
RGB Variations
Color information
#A43D68 (or 0xA43D68) is known color: Rouge. HEX triplet: A4, 3D and 68. RGB value is (164,61,104). Sum of RGB (Red+Green+Blue) = 164+61+104=329 (43% of max value = 765). Red value is 164 (64.45% from 255 or 49.85% from 329); Green value is 61 (24.22% from 255 or 18.54% from 329); Blue value is 104 (41.02% from 255 or 31.61% from 329); Max value from RGB is 164 - color contains mainly: red. Hex color #A43D68 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A43D68 is #5BC297. Grayscale: #606060. Windows color (decimal): -6013592 or 6831524. OLE color: 6831524.
HSL color Cylindrical-coordinate representation of color #A43D68: hue angle of 334.95º degrees, saturation: 0.46, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #A43D68 is Cyan = 0, Magento = 0.63, Yellow = 0.37 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 61 | 104 | - |
| CMYK | 0 | 0.63 | 0.37 | 0.36 |
| HSL | 334.95º | 0.46% | 0.44% | - |
| HSV(B) | 334.95º | 0.63% | 0.64% | - |
| XYZ | 19.48 | 12.23 | 14.43 | - |
| YUV | 96.7 | 132.12 | 176 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 61 | 104 | 0 | 0.63 | 0.37 | 0.36 | 334.95 | 0.46 | 0.44 |
| Hex | A4 | 3D | 68 | 0 | 3F | 25 | 24 | 14F | 2E | 2C |
| Octal | 244 | 75 | 150 | 0 | 77 | 45 | 44 | 517 | 56 | 54 |
| Binary | 10100100 | 111101 | 1101000 | 0 | 111111 | 100101 | 100100 | 101001111 | 101110 | 101100 |
Color Harmonies of #A43D68
Complementary color
Monochromatic Colors of #A43D68
Black with #A43D68
Text Example
Text Example
White with #A43D68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A43D68; }
p { color: rgb(164,61,104); }
H1.HeaderClassName
{
color: #A43D68;
}
.AnyTagClassName
{
color: #A43D68;
}
</style>
background-color css
<style>
a { background-color: #A43D68; }
a { background-color: rgb(164,61,104); }
div.DivClassName
{
background-color: #A43D68;
}
.BgClassName
{
background-color: #A43D68;
}
</style>
border-color css
<style>
span { border-color: #A43D68; }
span { border-color: rgb(164,61,104); }
td.TdClassName
{
border-color: #A43D68;
}
.TagClassName
{
border-color: #A43D68;
}
</style>