Shades of Rouge #AA3E6D
Tints of Rouge #AA3E6D
RGB
CMYK
RGB Variations
Color information
#AA3E6D (or 0xAA3E6D) is known color: Rouge. HEX triplet: AA, 3E and 6D. RGB value is (170,62,109). Sum of RGB (Red+Green+Blue) = 170+62+109=341 (45% of max value = 765). Red value is 170 (66.80% from 255 or 49.85% from 341); Green value is 62 (24.61% from 255 or 18.18% from 341); Blue value is 109 (42.97% from 255 or 31.96% from 341); Max value from RGB is 170 - color contains mainly: red. Hex color #AA3E6D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AA3E6D is #55C192. Grayscale: #636363. Windows color (decimal): -5620115 or 7159466. OLE color: 7159466.
HSL color Cylindrical-coordinate representation of color #AA3E6D: hue angle of 333.89º degrees, saturation: 0.47, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #AA3E6D is Cyan = 0, Magento = 0.64, Yellow = 0.36 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 62 | 109 | - |
| CMYK | 0 | 0.64 | 0.36 | 0.33 |
| HSL | 333.89º | 0.47% | 0.45% | - |
| HSV(B) | 333.89º | 0.64% | 0.67% | - |
| XYZ | 21.06 | 13.1 | 15.89 | - |
| YUV | 99.65 | 133.28 | 178.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 62 | 109 | 0 | 0.64 | 0.36 | 0.33 | 333.89 | 0.47 | 0.45 |
| Hex | AA | 3E | 6D | 0 | 40 | 24 | 21 | 14E | 2F | 2D |
| Octal | 252 | 76 | 155 | 0 | 100 | 44 | 41 | 516 | 57 | 55 |
| Binary | 10101010 | 111110 | 1101101 | 0 | 1000000 | 100100 | 100001 | 101001110 | 101111 | 101101 |
Color Harmonies of #AA3E6D
Complementary color
Monochromatic Colors of #AA3E6D
Black with #AA3E6D
Text Example
Text Example
White with #AA3E6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA3E6D; }
p { color: rgb(170,62,109); }
H1.HeaderClassName
{
color: #AA3E6D;
}
.AnyTagClassName
{
color: #AA3E6D;
}
</style>
background-color css
<style>
a { background-color: #AA3E6D; }
a { background-color: rgb(170,62,109); }
div.DivClassName
{
background-color: #AA3E6D;
}
.BgClassName
{
background-color: #AA3E6D;
}
</style>
border-color css
<style>
span { border-color: #AA3E6D; }
span { border-color: rgb(170,62,109); }
td.TdClassName
{
border-color: #AA3E6D;
}
.TagClassName
{
border-color: #AA3E6D;
}
</style>