Shades of Rouge #A93D6B
Tints of Rouge #A93D6B
RGB
CMYK
RGB Variations
Color information
#A93D6B (or 0xA93D6B) is known color: Rouge. HEX triplet: A9, 3D and 6B. RGB value is (169,61,107). Sum of RGB (Red+Green+Blue) = 169+61+107=337 (44% of max value = 765). Red value is 169 (66.41% from 255 or 50.15% from 337); Green value is 61 (24.22% from 255 or 18.10% from 337); Blue value is 107 (42.19% from 255 or 31.75% from 337); Max value from RGB is 169 - color contains mainly: red. Hex color #A93D6B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A93D6B is #56C294. Grayscale: #626262. Windows color (decimal): -5685909 or 7028137. OLE color: 7028137.
HSL color Cylindrical-coordinate representation of color #A93D6B: hue angle of 334.44º 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 #A93D6B is Cyan = 0, Magento = 0.64, Yellow = 0.37 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 61 | 107 | - |
| CMYK | 0 | 0.64 | 0.37 | 0.34 |
| HSL | 334.44º | 0.47% | 0.45% | - |
| HSV(B) | 334.44º | 0.64% | 0.66% | - |
| XYZ | 20.68 | 12.83 | 15.3 | - |
| YUV | 98.54 | 132.78 | 178.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 61 | 107 | 0 | 0.64 | 0.37 | 0.34 | 334.44 | 0.47 | 0.45 |
| Hex | A9 | 3D | 6B | 0 | 40 | 25 | 22 | 14E | 2F | 2D |
| Octal | 251 | 75 | 153 | 0 | 100 | 45 | 42 | 516 | 57 | 55 |
| Binary | 10101001 | 111101 | 1101011 | 0 | 1000000 | 100101 | 100010 | 101001110 | 101111 | 101101 |
Color Harmonies of #A93D6B
Complementary color
Monochromatic Colors of #A93D6B
Black with #A93D6B
Text Example
Text Example
White with #A93D6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A93D6B; }
p { color: rgb(169,61,107); }
H1.HeaderClassName
{
color: #A93D6B;
}
.AnyTagClassName
{
color: #A93D6B;
}
</style>
background-color css
<style>
a { background-color: #A93D6B; }
a { background-color: rgb(169,61,107); }
div.DivClassName
{
background-color: #A93D6B;
}
.BgClassName
{
background-color: #A93D6B;
}
</style>
border-color css
<style>
span { border-color: #A93D6B; }
span { border-color: rgb(169,61,107); }
td.TdClassName
{
border-color: #A93D6B;
}
.TagClassName
{
border-color: #A93D6B;
}
</style>