Shades of Rouge #A12D69
Tints of Rouge #A12D69
RGB
CMYK
RGB Variations
Color information
#A12D69 (or 0xA12D69) is known color: Rouge. HEX triplet: A1, 2D and 69. RGB value is (161,45,105). Sum of RGB (Red+Green+Blue) = 161+45+105=311 (41% of max value = 765). Red value is 161 (63.28% from 255 or 51.77% from 311); Green value is 45 (17.97% from 255 or 14.47% from 311); Blue value is 105 (41.41% from 255 or 33.76% from 311); Max value from RGB is 161 - color contains mainly: red. Hex color #A12D69 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A12D69 is #5ED296. Grayscale: #565656. Windows color (decimal): -6214295 or 6892961. OLE color: 6892961.
HSL color Cylindrical-coordinate representation of color #A12D69: hue angle of 328.97º degrees, saturation: 0.56, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #A12D69 is Cyan = 0, Magento = 0.72, Yellow = 0.35 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 45 | 105 | - |
| CMYK | 0 | 0.72 | 0.35 | 0.37 |
| HSL | 328.97º | 0.56% | 0.4% | - |
| HSV(B) | 328.97º | 0.72% | 0.63% | - |
| XYZ | 18.19 | 10.47 | 14.43 | - |
| YUV | 86.52 | 138.43 | 181.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 45 | 105 | 0 | 0.72 | 0.35 | 0.37 | 328.97 | 0.56 | 0.4 |
| Hex | A1 | 2D | 69 | 0 | 48 | 23 | 25 | 149 | 38 | 28 |
| Octal | 241 | 55 | 151 | 0 | 110 | 43 | 45 | 511 | 70 | 50 |
| Binary | 10100001 | 101101 | 1101001 | 0 | 1001000 | 100011 | 100101 | 101001001 | 111000 | 101000 |
Color Harmonies of #A12D69
Complementary color
Monochromatic Colors of #A12D69
Black with #A12D69
Text Example
Text Example
White with #A12D69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A12D69; }
p { color: rgb(161,45,105); }
H1.HeaderClassName
{
color: #A12D69;
}
.AnyTagClassName
{
color: #A12D69;
}
</style>
background-color css
<style>
a { background-color: #A12D69; }
a { background-color: rgb(161,45,105); }
div.DivClassName
{
background-color: #A12D69;
}
.BgClassName
{
background-color: #A12D69;
}
</style>
border-color css
<style>
span { border-color: #A12D69; }
span { border-color: rgb(161,45,105); }
td.TdClassName
{
border-color: #A12D69;
}
.TagClassName
{
border-color: #A12D69;
}
</style>