Shades of Rouge #A8356E
Tints of Rouge #A8356E
RGB
CMYK
RGB Variations
Color information
#A8356E (or 0xA8356E) is known color: Rouge. HEX triplet: A8, 35 and 6E. RGB value is (168,53,110). Sum of RGB (Red+Green+Blue) = 168+53+110=331 (43% of max value = 765). Red value is 168 (66.02% from 255 or 50.76% from 331); Green value is 53 (21.09% from 255 or 16.01% from 331); Blue value is 110 (43.36% from 255 or 33.23% from 331); Max value from RGB is 168 - color contains mainly: red. Hex color #A8356E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A8356E is #57CA91. Grayscale: #5D5D5D. Windows color (decimal): -5753490 or 7222696. OLE color: 7222696.
HSL color Cylindrical-coordinate representation of color #A8356E: hue angle of 330.26º degrees, saturation: 0.52, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #A8356E is Cyan = 0, Magento = 0.68, Yellow = 0.35 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 53 | 110 | - |
| CMYK | 0 | 0.68 | 0.35 | 0.34 |
| HSL | 330.26º | 0.52% | 0.43% | - |
| HSV(B) | 330.26º | 0.68% | 0.66% | - |
| XYZ | 20.24 | 12 | 16 | - |
| YUV | 93.88 | 137.1 | 180.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 53 | 110 | 0 | 0.68 | 0.35 | 0.34 | 330.26 | 0.52 | 0.43 |
| Hex | A8 | 35 | 6E | 0 | 44 | 23 | 22 | 14A | 34 | 2B |
| Octal | 250 | 65 | 156 | 0 | 104 | 43 | 42 | 512 | 64 | 53 |
| Binary | 10101000 | 110101 | 1101110 | 0 | 1000100 | 100011 | 100010 | 101001010 | 110100 | 101011 |
Color Harmonies of #A8356E
Complementary color
Monochromatic Colors of #A8356E
Black with #A8356E
Text Example
Text Example
White with #A8356E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8356E; }
p { color: rgb(168,53,110); }
H1.HeaderClassName
{
color: #A8356E;
}
.AnyTagClassName
{
color: #A8356E;
}
</style>
background-color css
<style>
a { background-color: #A8356E; }
a { background-color: rgb(168,53,110); }
div.DivClassName
{
background-color: #A8356E;
}
.BgClassName
{
background-color: #A8356E;
}
</style>
border-color css
<style>
span { border-color: #A8356E; }
span { border-color: rgb(168,53,110); }
td.TdClassName
{
border-color: #A8356E;
}
.TagClassName
{
border-color: #A8356E;
}
</style>