Shades of Rouge #A8335F
Tints of Rouge #A8335F
RGB
CMYK
RGB Variations
Color information
#A8335F (or 0xA8335F) is known color: Rouge. HEX triplet: A8, 33 and 5F. RGB value is (168,51,95). Sum of RGB (Red+Green+Blue) = 168+51+95=314 (41% of max value = 765). Red value is 168 (66.02% from 255 or 53.50% from 314); Green value is 51 (20.31% from 255 or 16.24% from 314); Blue value is 95 (37.5% from 255 or 30.25% from 314); Max value from RGB is 168 - color contains mainly: red. Hex color #A8335F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A8335F is #57CCA0. Grayscale: #5A5A5A. Windows color (decimal): -5754017 or 6239144. OLE color: 6239144.
HSL color Cylindrical-coordinate representation of color #A8335F: hue angle of 337.44º degrees, saturation: 0.53, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #A8335F is Cyan = 0, Magento = 0.70, Yellow = 0.43 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 51 | 95 | - |
| CMYK | 0 | 0.70 | 0.43 | 0.34 |
| HSL | 337.44º | 0.53% | 0.43% | - |
| HSV(B) | 337.44º | 0.7% | 0.66% | - |
| XYZ | 19.4 | 11.52 | 12.03 | - |
| YUV | 91 | 130.26 | 182.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 51 | 95 | 0 | 0.70 | 0.43 | 0.34 | 337.44 | 0.53 | 0.43 |
| Hex | A8 | 33 | 5F | 0 | 46 | 2B | 22 | 151 | 35 | 2B |
| Octal | 250 | 63 | 137 | 0 | 106 | 53 | 42 | 521 | 65 | 53 |
| Binary | 10101000 | 110011 | 1011111 | 0 | 1000110 | 101011 | 100010 | 101010001 | 110101 | 101011 |
Color Harmonies of #A8335F
Complementary color
Monochromatic Colors of #A8335F
Black with #A8335F
Text Example
Text Example
White with #A8335F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8335F; }
p { color: rgb(168,51,95); }
H1.HeaderClassName
{
color: #A8335F;
}
.AnyTagClassName
{
color: #A8335F;
}
</style>
background-color css
<style>
a { background-color: #A8335F; }
a { background-color: rgb(168,51,95); }
div.DivClassName
{
background-color: #A8335F;
}
.BgClassName
{
background-color: #A8335F;
}
</style>
border-color css
<style>
span { border-color: #A8335F; }
span { border-color: rgb(168,51,95); }
td.TdClassName
{
border-color: #A8335F;
}
.TagClassName
{
border-color: #A8335F;
}
</style>