Shades of Rouge #AA2D68
Tints of Rouge #AA2D68
RGB
CMYK
RGB Variations
Color information
#AA2D68 (or 0xAA2D68) is known color: Rouge. HEX triplet: AA, 2D and 68. RGB value is (170,45,104). Sum of RGB (Red+Green+Blue) = 170+45+104=319 (42% of max value = 765). Red value is 170 (66.80% from 255 or 53.29% from 319); Green value is 45 (17.97% from 255 or 14.11% from 319); Blue value is 104 (41.02% from 255 or 32.60% from 319); Max value from RGB is 170 - color contains mainly: red. Hex color #AA2D68 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AA2D68 is #55D297. Grayscale: #585858. Windows color (decimal): -5624472 or 6827434. OLE color: 6827434.
HSL color Cylindrical-coordinate representation of color #AA2D68: hue angle of 331.68º degrees, saturation: 0.58, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #AA2D68 is Cyan = 0, Magento = 0.74, Yellow = 0.39 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 45 | 104 | - |
| CMYK | 0 | 0.74 | 0.39 | 0.33 |
| HSL | 331.68º | 0.58% | 0.42% | - |
| HSV(B) | 331.68º | 0.74% | 0.67% | - |
| XYZ | 20.01 | 11.42 | 14.25 | - |
| YUV | 89.1 | 136.41 | 185.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 45 | 104 | 0 | 0.74 | 0.39 | 0.33 | 331.68 | 0.58 | 0.42 |
| Hex | AA | 2D | 68 | 0 | 4A | 27 | 21 | 14C | 3A | 2A |
| Octal | 252 | 55 | 150 | 0 | 112 | 47 | 41 | 514 | 72 | 52 |
| Binary | 10101010 | 101101 | 1101000 | 0 | 1001010 | 100111 | 100001 | 101001100 | 111010 | 101010 |
Color Harmonies of #AA2D68
Complementary color
Monochromatic Colors of #AA2D68
Black with #AA2D68
Text Example
Text Example
White with #AA2D68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA2D68; }
p { color: rgb(170,45,104); }
H1.HeaderClassName
{
color: #AA2D68;
}
.AnyTagClassName
{
color: #AA2D68;
}
</style>
background-color css
<style>
a { background-color: #AA2D68; }
a { background-color: rgb(170,45,104); }
div.DivClassName
{
background-color: #AA2D68;
}
.BgClassName
{
background-color: #AA2D68;
}
</style>
border-color css
<style>
span { border-color: #AA2D68; }
span { border-color: rgb(170,45,104); }
td.TdClassName
{
border-color: #AA2D68;
}
.TagClassName
{
border-color: #AA2D68;
}
</style>