Shades of Rouge #A83D6B
Tints of Rouge #A83D6B
RGB
CMYK
RGB Variations
Color information
#A83D6B (or 0xA83D6B) is known color: Rouge. HEX triplet: A8, 3D and 6B. RGB value is (168,61,107). Sum of RGB (Red+Green+Blue) = 168+61+107=336 (44% of max value = 765). Red value is 168 (66.02% from 255 or 50% from 336); Green value is 61 (24.22% from 255 or 18.15% from 336); Blue value is 107 (42.19% from 255 or 31.85% from 336); Max value from RGB is 168 - color contains mainly: red. Hex color #A83D6B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A83D6B is #57C294. Grayscale: #626262. Windows color (decimal): -5751445 or 7028136. OLE color: 7028136.
HSL color Cylindrical-coordinate representation of color #A83D6B: hue angle of 334.21º degrees, saturation: 0.47, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #A83D6B is Cyan = 0, Magento = 0.64, Yellow = 0.36 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 61 | 107 | - |
| CMYK | 0 | 0.64 | 0.36 | 0.34 |
| HSL | 334.21º | 0.47% | 0.45% | - |
| HSV(B) | 334.21º | 0.64% | 0.66% | - |
| XYZ | 20.47 | 12.72 | 15.29 | - |
| YUV | 98.24 | 132.95 | 177.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 61 | 107 | 0 | 0.64 | 0.36 | 0.34 | 334.21 | 0.47 | 0.45 |
| Hex | A8 | 3D | 6B | 0 | 40 | 24 | 22 | 14E | 2F | 2D |
| Octal | 250 | 75 | 153 | 0 | 100 | 44 | 42 | 516 | 57 | 55 |
| Binary | 10101000 | 111101 | 1101011 | 0 | 1000000 | 100100 | 100010 | 101001110 | 101111 | 101101 |
Color Harmonies of #A83D6B
Complementary color
Monochromatic Colors of #A83D6B
Black with #A83D6B
Text Example
Text Example
White with #A83D6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A83D6B; }
p { color: rgb(168,61,107); }
H1.HeaderClassName
{
color: #A83D6B;
}
.AnyTagClassName
{
color: #A83D6B;
}
</style>
background-color css
<style>
a { background-color: #A83D6B; }
a { background-color: rgb(168,61,107); }
div.DivClassName
{
background-color: #A83D6B;
}
.BgClassName
{
background-color: #A83D6B;
}
</style>
border-color css
<style>
span { border-color: #A83D6B; }
span { border-color: rgb(168,61,107); }
td.TdClassName
{
border-color: #A83D6B;
}
.TagClassName
{
border-color: #A83D6B;
}
</style>