Shades of Rouge #A43468
Tints of Rouge #A43468
RGB
CMYK
RGB Variations
Color information
#A43468 (or 0xA43468) is known color: Rouge. HEX triplet: A4, 34 and 68. RGB value is (164,52,104). Sum of RGB (Red+Green+Blue) = 164+52+104=320 (42% of max value = 765). Red value is 164 (64.45% from 255 or 51.25% from 320); Green value is 52 (20.70% from 255 or 16.25% from 320); Blue value is 104 (41.02% from 255 or 32.5% from 320); Max value from RGB is 164 - color contains mainly: red. Hex color #A43468 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A43468 is #5BCB97. Grayscale: #5B5B5B. Windows color (decimal): -6015896 or 6829220. OLE color: 6829220.
HSL color Cylindrical-coordinate representation of color #A43468: hue angle of 332.14º degrees, saturation: 0.52, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #A43468 is Cyan = 0, Magento = 0.68, Yellow = 0.37 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 52 | 104 | - |
| CMYK | 0 | 0.68 | 0.37 | 0.36 |
| HSL | 332.14º | 0.52% | 0.42% | - |
| HSV(B) | 332.14º | 0.68% | 0.64% | - |
| XYZ | 19.04 | 11.35 | 14.28 | - |
| YUV | 91.42 | 135.11 | 179.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 52 | 104 | 0 | 0.68 | 0.37 | 0.36 | 332.14 | 0.52 | 0.42 |
| Hex | A4 | 34 | 68 | 0 | 44 | 25 | 24 | 14C | 34 | 2A |
| Octal | 244 | 64 | 150 | 0 | 104 | 45 | 44 | 514 | 64 | 52 |
| Binary | 10100100 | 110100 | 1101000 | 0 | 1000100 | 100101 | 100100 | 101001100 | 110100 | 101010 |
Color Harmonies of #A43468
Complementary color
Monochromatic Colors of #A43468
Black with #A43468
Text Example
Text Example
White with #A43468
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A43468; }
p { color: rgb(164,52,104); }
H1.HeaderClassName
{
color: #A43468;
}
.AnyTagClassName
{
color: #A43468;
}
</style>
background-color css
<style>
a { background-color: #A43468; }
a { background-color: rgb(164,52,104); }
div.DivClassName
{
background-color: #A43468;
}
.BgClassName
{
background-color: #A43468;
}
</style>
border-color css
<style>
span { border-color: #A43468; }
span { border-color: rgb(164,52,104); }
td.TdClassName
{
border-color: #A43468;
}
.TagClassName
{
border-color: #A43468;
}
</style>