Shades of Rouge #A83B68
Tints of Rouge #A83B68
RGB
CMYK
RGB Variations
Color information
#A83B68 (or 0xA83B68) is known color: Rouge. HEX triplet: A8, 3B and 68. RGB value is (168,59,104). Sum of RGB (Red+Green+Blue) = 168+59+104=331 (43% of max value = 765). Red value is 168 (66.02% from 255 or 50.76% from 331); Green value is 59 (23.44% from 255 or 17.82% from 331); Blue value is 104 (41.02% from 255 or 31.42% from 331); Max value from RGB is 168 - color contains mainly: red. Hex color #A83B68 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A83B68 is #57C497. Grayscale: #606060. Windows color (decimal): -5751960 or 6831016. OLE color: 6831016.
HSL color Cylindrical-coordinate representation of color #A83B68: hue angle of 335.23º degrees, saturation: 0.48, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #A83B68 is Cyan = 0, Magento = 0.65, Yellow = 0.38 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 59 | 104 | - |
| CMYK | 0 | 0.65 | 0.38 | 0.34 |
| HSL | 335.23º | 0.48% | 0.45% | - |
| HSV(B) | 335.23º | 0.65% | 0.66% | - |
| XYZ | 20.21 | 12.45 | 14.43 | - |
| YUV | 96.72 | 132.11 | 178.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 59 | 104 | 0 | 0.65 | 0.38 | 0.34 | 335.23 | 0.48 | 0.45 |
| Hex | A8 | 3B | 68 | 0 | 41 | 26 | 22 | 14F | 30 | 2D |
| Octal | 250 | 73 | 150 | 0 | 101 | 46 | 42 | 517 | 60 | 55 |
| Binary | 10101000 | 111011 | 1101000 | 0 | 1000001 | 100110 | 100010 | 101001111 | 110000 | 101101 |
Color Harmonies of #A83B68
Complementary color
Monochromatic Colors of #A83B68
Black with #A83B68
Text Example
Text Example
White with #A83B68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A83B68; }
p { color: rgb(168,59,104); }
H1.HeaderClassName
{
color: #A83B68;
}
.AnyTagClassName
{
color: #A83B68;
}
</style>
background-color css
<style>
a { background-color: #A83B68; }
a { background-color: rgb(168,59,104); }
div.DivClassName
{
background-color: #A83B68;
}
.BgClassName
{
background-color: #A83B68;
}
</style>
border-color css
<style>
span { border-color: #A83B68; }
span { border-color: rgb(168,59,104); }
td.TdClassName
{
border-color: #A83B68;
}
.TagClassName
{
border-color: #A83B68;
}
</style>