Shades of Rouge #AA2769
Tints of Rouge #AA2769
RGB
CMYK
RGB Variations
Color information
#AA2769 (or 0xAA2769) is known color: Rouge. HEX triplet: AA, 27 and 69. RGB value is (170,39,105). Sum of RGB (Red+Green+Blue) = 170+39+105=314 (41% of max value = 765). Red value is 170 (66.80% from 255 or 54.14% from 314); Green value is 39 (15.62% from 255 or 12.42% from 314); Blue value is 105 (41.41% from 255 or 33.44% from 314); Max value from RGB is 170 - color contains mainly: red. Hex color #AA2769 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AA2769 is #55D896. Grayscale: #555555. Windows color (decimal): -5626007 or 6891434. OLE color: 6891434.
HSL color Cylindrical-coordinate representation of color #AA2769: hue angle of 329.77º degrees, saturation: 0.63, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #AA2769 is Cyan = 0, Magento = 0.77, Yellow = 0.38 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 39 | 105 | - |
| CMYK | 0 | 0.77 | 0.38 | 0.33 |
| HSL | 329.77º | 0.63% | 0.41% | - |
| HSV(B) | 329.77º | 0.77% | 0.67% | - |
| XYZ | 19.85 | 11.02 | 14.44 | - |
| YUV | 85.69 | 138.9 | 188.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 39 | 105 | 0 | 0.77 | 0.38 | 0.33 | 329.77 | 0.63 | 0.41 |
| Hex | AA | 27 | 69 | 0 | 4D | 26 | 21 | 14A | 3F | 29 |
| Octal | 252 | 47 | 151 | 0 | 115 | 46 | 41 | 512 | 77 | 51 |
| Binary | 10101010 | 100111 | 1101001 | 0 | 1001101 | 100110 | 100001 | 101001010 | 111111 | 101001 |
Color Harmonies of #AA2769
Complementary color
Monochromatic Colors of #AA2769
Black with #AA2769
Text Example
Text Example
White with #AA2769
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA2769; }
p { color: rgb(170,39,105); }
H1.HeaderClassName
{
color: #AA2769;
}
.AnyTagClassName
{
color: #AA2769;
}
</style>
background-color css
<style>
a { background-color: #AA2769; }
a { background-color: rgb(170,39,105); }
div.DivClassName
{
background-color: #AA2769;
}
.BgClassName
{
background-color: #AA2769;
}
</style>
border-color css
<style>
span { border-color: #AA2769; }
span { border-color: rgb(170,39,105); }
td.TdClassName
{
border-color: #AA2769;
}
.TagClassName
{
border-color: #AA2769;
}
</style>