Shades of Rouge #A93B6A
Tints of Rouge #A93B6A
RGB
CMYK
RGB Variations
Color information
#A93B6A (or 0xA93B6A) is known color: Rouge. HEX triplet: A9, 3B and 6A. RGB value is (169,59,106). Sum of RGB (Red+Green+Blue) = 169+59+106=334 (44% of max value = 765). Red value is 169 (66.41% from 255 or 50.60% from 334); Green value is 59 (23.44% from 255 or 17.66% from 334); Blue value is 106 (41.80% from 255 or 31.74% from 334); Max value from RGB is 169 - color contains mainly: red. Hex color #A93B6A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A93B6A is #56C495. Grayscale: #616161. Windows color (decimal): -5686422 or 6962089. OLE color: 6962089.
HSL color Cylindrical-coordinate representation of color #A93B6A: hue angle of 334.36º 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 #A93B6A is Cyan = 0, Magento = 0.65, Yellow = 0.37 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 59 | 106 | - |
| CMYK | 0 | 0.65 | 0.37 | 0.34 |
| HSL | 334.36º | 0.48% | 0.45% | - |
| HSV(B) | 334.36º | 0.65% | 0.66% | - |
| XYZ | 20.53 | 12.6 | 14.99 | - |
| YUV | 97.25 | 132.94 | 179.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 59 | 106 | 0 | 0.65 | 0.37 | 0.34 | 334.36 | 0.48 | 0.45 |
| Hex | A9 | 3B | 6A | 0 | 41 | 25 | 22 | 14E | 30 | 2D |
| Octal | 251 | 73 | 152 | 0 | 101 | 45 | 42 | 516 | 60 | 55 |
| Binary | 10101001 | 111011 | 1101010 | 0 | 1000001 | 100101 | 100010 | 101001110 | 110000 | 101101 |
Color Harmonies of #A93B6A
Complementary color
Monochromatic Colors of #A93B6A
Black with #A93B6A
Text Example
Text Example
White with #A93B6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A93B6A; }
p { color: rgb(169,59,106); }
H1.HeaderClassName
{
color: #A93B6A;
}
.AnyTagClassName
{
color: #A93B6A;
}
</style>
background-color css
<style>
a { background-color: #A93B6A; }
a { background-color: rgb(169,59,106); }
div.DivClassName
{
background-color: #A93B6A;
}
.BgClassName
{
background-color: #A93B6A;
}
</style>
border-color css
<style>
span { border-color: #A93B6A; }
span { border-color: rgb(169,59,106); }
td.TdClassName
{
border-color: #A93B6A;
}
.TagClassName
{
border-color: #A93B6A;
}
</style>