Shades of Rouge #A8456E
Tints of Rouge #A8456E
RGB
CMYK
RGB Variations
Color information
#A8456E (or 0xA8456E) is known color: Rouge. HEX triplet: A8, 45 and 6E. RGB value is (168,69,110). Sum of RGB (Red+Green+Blue) = 168+69+110=347 (45% of max value = 765). Red value is 168 (66.02% from 255 or 48.41% from 347); Green value is 69 (27.34% from 255 or 19.88% from 347); Blue value is 110 (43.36% from 255 or 31.70% from 347); Max value from RGB is 168 - color contains mainly: red. Hex color #A8456E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A8456E is #57BA91. Grayscale: #676767. Windows color (decimal): -5749394 or 7226792. OLE color: 7226792.
HSL color Cylindrical-coordinate representation of color #A8456E: hue angle of 335.15º degrees, saturation: 0.42, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #A8456E is Cyan = 0, Magento = 0.59, Yellow = 0.35 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 69 | 110 | - |
| CMYK | 0 | 0.59 | 0.35 | 0.34 |
| HSL | 335.15º | 0.42% | 0.46% | - |
| HSV(B) | 335.15º | 0.59% | 0.66% | - |
| XYZ | 21.09 | 13.71 | 16.29 | - |
| YUV | 103.28 | 131.8 | 174.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 69 | 110 | 0 | 0.59 | 0.35 | 0.34 | 335.15 | 0.42 | 0.46 |
| Hex | A8 | 45 | 6E | 0 | 3B | 23 | 22 | 14F | 2A | 2E |
| Octal | 250 | 105 | 156 | 0 | 73 | 43 | 42 | 517 | 52 | 56 |
| Binary | 10101000 | 1000101 | 1101110 | 0 | 111011 | 100011 | 100010 | 101001111 | 101010 | 101110 |
Color Harmonies of #A8456E
Complementary color
Monochromatic Colors of #A8456E
Black with #A8456E
Text Example
Text Example
White with #A8456E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8456E; }
p { color: rgb(168,69,110); }
H1.HeaderClassName
{
color: #A8456E;
}
.AnyTagClassName
{
color: #A8456E;
}
</style>
background-color css
<style>
a { background-color: #A8456E; }
a { background-color: rgb(168,69,110); }
div.DivClassName
{
background-color: #A8456E;
}
.BgClassName
{
background-color: #A8456E;
}
</style>
border-color css
<style>
span { border-color: #A8456E; }
span { border-color: rgb(168,69,110); }
td.TdClassName
{
border-color: #A8456E;
}
.TagClassName
{
border-color: #A8456E;
}
</style>