Shades of Rouge #A8336F
Tints of Rouge #A8336F
RGB
CMYK
RGB Variations
Color information
#A8336F (or 0xA8336F) is known color: Rouge. HEX triplet: A8, 33 and 6F. RGB value is (168,51,111). Sum of RGB (Red+Green+Blue) = 168+51+111=330 (43% of max value = 765). Red value is 168 (66.02% from 255 or 50.91% from 330); Green value is 51 (20.31% from 255 or 15.45% from 330); Blue value is 111 (43.75% from 255 or 33.64% from 330); Max value from RGB is 168 - color contains mainly: red. Hex color #A8336F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A8336F is #57CC90. Grayscale: #5C5C5C. Windows color (decimal): -5754001 or 7287720. OLE color: 7287720.
HSL color Cylindrical-coordinate representation of color #A8336F: hue angle of 329.23º 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 #A8336F is Cyan = 0, Magento = 0.70, Yellow = 0.34 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 51 | 111 | - |
| CMYK | 0 | 0.70 | 0.34 | 0.34 |
| HSL | 329.23º | 0.53% | 0.43% | - |
| HSV(B) | 329.23º | 0.7% | 0.66% | - |
| XYZ | 20.2 | 11.84 | 16.26 | - |
| YUV | 92.82 | 138.26 | 181.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 51 | 111 | 0 | 0.70 | 0.34 | 0.34 | 329.23 | 0.53 | 0.43 |
| Hex | A8 | 33 | 6F | 0 | 46 | 22 | 22 | 149 | 35 | 2B |
| Octal | 250 | 63 | 157 | 0 | 106 | 42 | 42 | 511 | 65 | 53 |
| Binary | 10101000 | 110011 | 1101111 | 0 | 1000110 | 100010 | 100010 | 101001001 | 110101 | 101011 |
Color Harmonies of #A8336F
Complementary color
Monochromatic Colors of #A8336F
Black with #A8336F
Text Example
Text Example
White with #A8336F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8336F; }
p { color: rgb(168,51,111); }
H1.HeaderClassName
{
color: #A8336F;
}
.AnyTagClassName
{
color: #A8336F;
}
</style>
background-color css
<style>
a { background-color: #A8336F; }
a { background-color: rgb(168,51,111); }
div.DivClassName
{
background-color: #A8336F;
}
.BgClassName
{
background-color: #A8336F;
}
</style>
border-color css
<style>
span { border-color: #A8336F; }
span { border-color: rgb(168,51,111); }
td.TdClassName
{
border-color: #A8336F;
}
.TagClassName
{
border-color: #A8336F;
}
</style>