Shades of Rouge #A93365
Tints of Rouge #A93365
RGB
CMYK
RGB Variations
Color information
#A93365 (or 0xA93365) is known color: Rouge. HEX triplet: A9, 33 and 65. RGB value is (169,51,101). Sum of RGB (Red+Green+Blue) = 169+51+101=321 (42% of max value = 765). Red value is 169 (66.41% from 255 or 52.65% from 321); Green value is 51 (20.31% from 255 or 15.89% from 321); Blue value is 101 (39.84% from 255 or 31.46% from 321); Max value from RGB is 169 - color contains mainly: red. Hex color #A93365 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A93365 is #56CC9A. Grayscale: #5B5B5B. Windows color (decimal): -5688475 or 6632361. OLE color: 6632361.
HSL color Cylindrical-coordinate representation of color #A93365: hue angle of 334.58º degrees, saturation: 0.54, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #A93365 is Cyan = 0, Magento = 0.70, Yellow = 0.40 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 51 | 101 | - |
| CMYK | 0 | 0.70 | 0.40 | 0.34 |
| HSL | 334.58º | 0.54% | 0.43% | - |
| HSV(B) | 334.58º | 0.7% | 0.66% | - |
| XYZ | 19.89 | 11.74 | 13.53 | - |
| YUV | 91.98 | 133.09 | 182.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 51 | 101 | 0 | 0.70 | 0.40 | 0.34 | 334.58 | 0.54 | 0.43 |
| Hex | A9 | 33 | 65 | 0 | 46 | 28 | 22 | 14F | 36 | 2B |
| Octal | 251 | 63 | 145 | 0 | 106 | 50 | 42 | 517 | 66 | 53 |
| Binary | 10101001 | 110011 | 1100101 | 0 | 1000110 | 101000 | 100010 | 101001111 | 110110 | 101011 |
Color Harmonies of #A93365
Complementary color
Monochromatic Colors of #A93365
Black with #A93365
Text Example
Text Example
White with #A93365
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A93365; }
p { color: rgb(169,51,101); }
H1.HeaderClassName
{
color: #A93365;
}
.AnyTagClassName
{
color: #A93365;
}
</style>
background-color css
<style>
a { background-color: #A93365; }
a { background-color: rgb(169,51,101); }
div.DivClassName
{
background-color: #A93365;
}
.BgClassName
{
background-color: #A93365;
}
</style>
border-color css
<style>
span { border-color: #A93365; }
span { border-color: rgb(169,51,101); }
td.TdClassName
{
border-color: #A93365;
}
.TagClassName
{
border-color: #A93365;
}
</style>