Shades of Rouge #A84B6C
Tints of Rouge #A84B6C
RGB
CMYK
RGB Variations
Color information
#A84B6C (or 0xA84B6C) is known color: Rouge. HEX triplet: A8, 4B and 6C. RGB value is (168,75,108). Sum of RGB (Red+Green+Blue) = 168+75+108=351 (46% of max value = 765). Red value is 168 (66.02% from 255 or 47.86% from 351); Green value is 75 (29.69% from 255 or 21.37% from 351); Blue value is 108 (42.58% from 255 or 30.77% from 351); Max value from RGB is 168 - color contains mainly: red. Hex color #A84B6C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A84B6C is #57B493. Grayscale: #6A6A6A. Windows color (decimal): -5747860 or 7097256. OLE color: 7097256.
HSL color Cylindrical-coordinate representation of color #A84B6C: hue angle of 338.71º degrees, saturation: 0.38, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #A84B6C is Cyan = 0, Magento = 0.55, Yellow = 0.36 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 75 | 108 | - |
| CMYK | 0 | 0.55 | 0.36 | 0.34 |
| HSL | 338.71º | 0.38% | 0.48% | - |
| HSV(B) | 338.71º | 0.55% | 0.66% | - |
| XYZ | 21.37 | 14.44 | 15.85 | - |
| YUV | 106.57 | 128.81 | 171.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 75 | 108 | 0 | 0.55 | 0.36 | 0.34 | 338.71 | 0.38 | 0.48 |
| Hex | A8 | 4B | 6C | 0 | 37 | 24 | 22 | 153 | 26 | 30 |
| Octal | 250 | 113 | 154 | 0 | 67 | 44 | 42 | 523 | 46 | 60 |
| Binary | 10101000 | 1001011 | 1101100 | 0 | 110111 | 100100 | 100010 | 101010011 | 100110 | 110000 |
Color Harmonies of #A84B6C
Complementary color
Monochromatic Colors of #A84B6C
Black with #A84B6C
Text Example
Text Example
White with #A84B6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A84B6C; }
p { color: rgb(168,75,108); }
H1.HeaderClassName
{
color: #A84B6C;
}
.AnyTagClassName
{
color: #A84B6C;
}
</style>
background-color css
<style>
a { background-color: #A84B6C; }
a { background-color: rgb(168,75,108); }
div.DivClassName
{
background-color: #A84B6C;
}
.BgClassName
{
background-color: #A84B6C;
}
</style>
border-color css
<style>
span { border-color: #A84B6C; }
span { border-color: rgb(168,75,108); }
td.TdClassName
{
border-color: #A84B6C;
}
.TagClassName
{
border-color: #A84B6C;
}
</style>