Shades of Rouge #A83668
Tints of Rouge #A83668
RGB
CMYK
RGB Variations
Color information
#A83668 (or 0xA83668) is known color: Rouge. HEX triplet: A8, 36 and 68. RGB value is (168,54,104). Sum of RGB (Red+Green+Blue) = 168+54+104=326 (43% of max value = 765). Red value is 168 (66.02% from 255 or 51.53% from 326); Green value is 54 (21.48% from 255 or 16.56% from 326); Blue value is 104 (41.02% from 255 or 31.90% from 326); Max value from RGB is 168 - color contains mainly: red. Hex color #A83668 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A83668 is #57C997. Grayscale: #5D5D5D. Windows color (decimal): -5753240 or 6829736. OLE color: 6829736.
HSL color Cylindrical-coordinate representation of color #A83668: hue angle of 333.68º degrees, saturation: 0.51, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #A83668 is Cyan = 0, Magento = 0.68, Yellow = 0.38 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 54 | 104 | - |
| CMYK | 0 | 0.68 | 0.38 | 0.34 |
| HSL | 333.68º | 0.51% | 0.44% | - |
| HSV(B) | 333.68º | 0.68% | 0.66% | - |
| XYZ | 19.97 | 11.96 | 14.35 | - |
| YUV | 93.79 | 133.77 | 180.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 54 | 104 | 0 | 0.68 | 0.38 | 0.34 | 333.68 | 0.51 | 0.44 |
| Hex | A8 | 36 | 68 | 0 | 44 | 26 | 22 | 14E | 33 | 2C |
| Octal | 250 | 66 | 150 | 0 | 104 | 46 | 42 | 516 | 63 | 54 |
| Binary | 10101000 | 110110 | 1101000 | 0 | 1000100 | 100110 | 100010 | 101001110 | 110011 | 101100 |
Color Harmonies of #A83668
Complementary color
Monochromatic Colors of #A83668
Black with #A83668
Text Example
Text Example
White with #A83668
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A83668; }
p { color: rgb(168,54,104); }
H1.HeaderClassName
{
color: #A83668;
}
.AnyTagClassName
{
color: #A83668;
}
</style>
background-color css
<style>
a { background-color: #A83668; }
a { background-color: rgb(168,54,104); }
div.DivClassName
{
background-color: #A83668;
}
.BgClassName
{
background-color: #A83668;
}
</style>
border-color css
<style>
span { border-color: #A83668; }
span { border-color: rgb(168,54,104); }
td.TdClassName
{
border-color: #A83668;
}
.TagClassName
{
border-color: #A83668;
}
</style>