Shades of Rouge #AA4A69
Tints of Rouge #AA4A69
RGB
CMYK
RGB Variations
Color information
#AA4A69 (or 0xAA4A69) is known color: Rouge. HEX triplet: AA, 4A and 69. RGB value is (170,74,105). Sum of RGB (Red+Green+Blue) = 170+74+105=349 (46% of max value = 765). Red value is 170 (66.80% from 255 or 48.71% from 349); Green value is 74 (29.30% from 255 or 21.20% from 349); Blue value is 105 (41.41% from 255 or 30.09% from 349); Max value from RGB is 170 - color contains mainly: red. Hex color #AA4A69 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AA4A69 is #55B596. Grayscale: #6A6A6A. Windows color (decimal): -5617047 or 6900394. OLE color: 6900394.
HSL color Cylindrical-coordinate representation of color #AA4A69: hue angle of 340.62º degrees, saturation: 0.39, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #AA4A69 is Cyan = 0, Magento = 0.56, Yellow = 0.38 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 74 | 105 | - |
| CMYK | 0 | 0.56 | 0.38 | 0.33 |
| HSL | 340.63º | 0.39% | 0.48% | - |
| HSV(B) | 340.63º | 0.56% | 0.67% | - |
| XYZ | 21.58 | 14.46 | 15.02 | - |
| YUV | 106.24 | 127.3 | 173.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 74 | 105 | 0 | 0.56 | 0.38 | 0.33 | 340.63 | 0.39 | 0.48 |
| Hex | AA | 4A | 69 | 0 | 38 | 26 | 21 | 155 | 27 | 30 |
| Octal | 252 | 112 | 151 | 0 | 70 | 46 | 41 | 525 | 47 | 60 |
| Binary | 10101010 | 1001010 | 1101001 | 0 | 111000 | 100110 | 100001 | 101010101 | 100111 | 110000 |
Color Harmonies of #AA4A69
Complementary color
Monochromatic Colors of #AA4A69
Black with #AA4A69
Text Example
Text Example
White with #AA4A69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA4A69; }
p { color: rgb(170,74,105); }
H1.HeaderClassName
{
color: #AA4A69;
}
.AnyTagClassName
{
color: #AA4A69;
}
</style>
background-color css
<style>
a { background-color: #AA4A69; }
a { background-color: rgb(170,74,105); }
div.DivClassName
{
background-color: #AA4A69;
}
.BgClassName
{
background-color: #AA4A69;
}
</style>
border-color css
<style>
span { border-color: #AA4A69; }
span { border-color: rgb(170,74,105); }
td.TdClassName
{
border-color: #AA4A69;
}
.TagClassName
{
border-color: #AA4A69;
}
</style>