Shades of Rouge #A92D6A
Tints of Rouge #A92D6A
RGB
CMYK
RGB Variations
Color information
#A92D6A (or 0xA92D6A) is known color: Rouge. HEX triplet: A9, 2D and 6A. RGB value is (169,45,106). Sum of RGB (Red+Green+Blue) = 169+45+106=320 (42% of max value = 765). Red value is 169 (66.41% from 255 or 52.81% from 320); Green value is 45 (17.97% from 255 or 14.06% from 320); Blue value is 106 (41.80% from 255 or 33.12% from 320); Max value from RGB is 169 - color contains mainly: red. Hex color #A92D6A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A92D6A is #56D295. Grayscale: #585858. Windows color (decimal): -5690006 or 6958505. OLE color: 6958505.
HSL color Cylindrical-coordinate representation of color #A92D6A: hue angle of 330.48º 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 #A92D6A is Cyan = 0, Magento = 0.73, Yellow = 0.37 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 45 | 106 | - |
| CMYK | 0 | 0.73 | 0.37 | 0.34 |
| HSL | 330.48º | 0.58% | 0.42% | - |
| HSV(B) | 330.48º | 0.73% | 0.66% | - |
| XYZ | 19.9 | 11.35 | 14.78 | - |
| YUV | 89.03 | 137.58 | 185.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 45 | 106 | 0 | 0.73 | 0.37 | 0.34 | 330.48 | 0.58 | 0.42 |
| Hex | A9 | 2D | 6A | 0 | 49 | 25 | 22 | 14A | 3A | 2A |
| Octal | 251 | 55 | 152 | 0 | 111 | 45 | 42 | 512 | 72 | 52 |
| Binary | 10101001 | 101101 | 1101010 | 0 | 1001001 | 100101 | 100010 | 101001010 | 111010 | 101010 |
Color Harmonies of #A92D6A
Complementary color
Monochromatic Colors of #A92D6A
Black with #A92D6A
Text Example
Text Example
White with #A92D6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A92D6A; }
p { color: rgb(169,45,106); }
H1.HeaderClassName
{
color: #A92D6A;
}
.AnyTagClassName
{
color: #A92D6A;
}
</style>
background-color css
<style>
a { background-color: #A92D6A; }
a { background-color: rgb(169,45,106); }
div.DivClassName
{
background-color: #A92D6A;
}
.BgClassName
{
background-color: #A92D6A;
}
</style>
border-color css
<style>
span { border-color: #A92D6A; }
span { border-color: rgb(169,45,106); }
td.TdClassName
{
border-color: #A92D6A;
}
.TagClassName
{
border-color: #A92D6A;
}
</style>