Shades of Rouge #A8336B
Tints of Rouge #A8336B
RGB
CMYK
RGB Variations
Color information
#A8336B (or 0xA8336B) is known color: Rouge. HEX triplet: A8, 33 and 6B. RGB value is (168,51,107). Sum of RGB (Red+Green+Blue) = 168+51+107=326 (43% of max value = 765). Red value is 168 (66.02% from 255 or 51.53% from 326); Green value is 51 (20.31% from 255 or 15.64% from 326); Blue value is 107 (42.19% from 255 or 32.82% from 326); Max value from RGB is 168 - color contains mainly: red. Hex color #A8336B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A8336B is #57CC94. Grayscale: #5C5C5C. Windows color (decimal): -5754005 or 7025576. OLE color: 7025576.
HSL color Cylindrical-coordinate representation of color #A8336B: hue angle of 331.28º 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 #A8336B is Cyan = 0, Magento = 0.70, Yellow = 0.36 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 51 | 107 | - |
| CMYK | 0 | 0.70 | 0.36 | 0.34 |
| HSL | 331.28º | 0.53% | 0.43% | - |
| HSV(B) | 331.28º | 0.7% | 0.66% | - |
| XYZ | 19.99 | 11.75 | 15.13 | - |
| YUV | 92.37 | 136.26 | 181.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 51 | 107 | 0 | 0.70 | 0.36 | 0.34 | 331.28 | 0.53 | 0.43 |
| Hex | A8 | 33 | 6B | 0 | 46 | 24 | 22 | 14B | 35 | 2B |
| Octal | 250 | 63 | 153 | 0 | 106 | 44 | 42 | 513 | 65 | 53 |
| Binary | 10101000 | 110011 | 1101011 | 0 | 1000110 | 100100 | 100010 | 101001011 | 110101 | 101011 |
Color Harmonies of #A8336B
Complementary color
Monochromatic Colors of #A8336B
Black with #A8336B
Text Example
Text Example
White with #A8336B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8336B; }
p { color: rgb(168,51,107); }
H1.HeaderClassName
{
color: #A8336B;
}
.AnyTagClassName
{
color: #A8336B;
}
</style>
background-color css
<style>
a { background-color: #A8336B; }
a { background-color: rgb(168,51,107); }
div.DivClassName
{
background-color: #A8336B;
}
.BgClassName
{
background-color: #A8336B;
}
</style>
border-color css
<style>
span { border-color: #A8336B; }
span { border-color: rgb(168,51,107); }
td.TdClassName
{
border-color: #A8336B;
}
.TagClassName
{
border-color: #A8336B;
}
</style>