Shades of Rouge #A92D6D
Tints of Rouge #A92D6D
RGB
CMYK
RGB Variations
Color information
#A92D6D (or 0xA92D6D) is known color: Rouge. HEX triplet: A9, 2D and 6D. RGB value is (169,45,109). Sum of RGB (Red+Green+Blue) = 169+45+109=323 (42% of max value = 765). Red value is 169 (66.41% from 255 or 52.32% from 323); Green value is 45 (17.97% from 255 or 13.93% from 323); Blue value is 109 (42.97% from 255 or 33.75% from 323); Max value from RGB is 169 - color contains mainly: red. Hex color #A92D6D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A92D6D is #56D292. Grayscale: #595959. Windows color (decimal): -5690003 or 7155113. OLE color: 7155113.
HSL color Cylindrical-coordinate representation of color #A92D6D: hue angle of 329.03º degrees, saturation: 0.58, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #A92D6D is Cyan = 0, Magento = 0.73, Yellow = 0.36 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 45 | 109 | - |
| CMYK | 0 | 0.73 | 0.36 | 0.34 |
| HSL | 329.03º | 0.58% | 0.42% | - |
| HSV(B) | 329.03º | 0.73% | 0.66% | - |
| XYZ | 20.06 | 11.42 | 15.61 | - |
| YUV | 89.37 | 139.08 | 184.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 45 | 109 | 0 | 0.73 | 0.36 | 0.34 | 329.03 | 0.58 | 0.42 |
| Hex | A9 | 2D | 6D | 0 | 49 | 24 | 22 | 149 | 3A | 2A |
| Octal | 251 | 55 | 155 | 0 | 111 | 44 | 42 | 511 | 72 | 52 |
| Binary | 10101001 | 101101 | 1101101 | 0 | 1001001 | 100100 | 100010 | 101001001 | 111010 | 101010 |
Color Harmonies of #A92D6D
Complementary color
Monochromatic Colors of #A92D6D
Black with #A92D6D
Text Example
Text Example
White with #A92D6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A92D6D; }
p { color: rgb(169,45,109); }
H1.HeaderClassName
{
color: #A92D6D;
}
.AnyTagClassName
{
color: #A92D6D;
}
</style>
background-color css
<style>
a { background-color: #A92D6D; }
a { background-color: rgb(169,45,109); }
div.DivClassName
{
background-color: #A92D6D;
}
.BgClassName
{
background-color: #A92D6D;
}
</style>
border-color css
<style>
span { border-color: #A92D6D; }
span { border-color: rgb(169,45,109); }
td.TdClassName
{
border-color: #A92D6D;
}
.TagClassName
{
border-color: #A92D6D;
}
</style>