Shades of Rouge #AA356D
Tints of Rouge #AA356D
RGB
CMYK
RGB Variations
Color information
#AA356D (or 0xAA356D) is known color: Rouge. HEX triplet: AA, 35 and 6D. RGB value is (170,53,109). Sum of RGB (Red+Green+Blue) = 170+53+109=332 (43% of max value = 765). Red value is 170 (66.80% from 255 or 51.20% from 332); Green value is 53 (21.09% from 255 or 15.96% from 332); Blue value is 109 (42.97% from 255 or 32.83% from 332); Max value from RGB is 170 - color contains mainly: red. Hex color #AA356D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AA356D is #55CA92. Grayscale: #5E5E5E. Windows color (decimal): -5622419 or 7157162. OLE color: 7157162.
HSL color Cylindrical-coordinate representation of color #AA356D: hue angle of 331.28º degrees, saturation: 0.52, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #AA356D is Cyan = 0, Magento = 0.69, Yellow = 0.36 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 53 | 109 | - |
| CMYK | 0 | 0.69 | 0.36 | 0.33 |
| HSL | 331.28º | 0.52% | 0.44% | - |
| HSV(B) | 331.28º | 0.69% | 0.67% | - |
| XYZ | 20.61 | 12.2 | 15.74 | - |
| YUV | 94.37 | 136.26 | 181.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 53 | 109 | 0 | 0.69 | 0.36 | 0.33 | 331.28 | 0.52 | 0.44 |
| Hex | AA | 35 | 6D | 0 | 45 | 24 | 21 | 14B | 34 | 2C |
| Octal | 252 | 65 | 155 | 0 | 105 | 44 | 41 | 513 | 64 | 54 |
| Binary | 10101010 | 110101 | 1101101 | 0 | 1000101 | 100100 | 100001 | 101001011 | 110100 | 101100 |
Color Harmonies of #AA356D
Complementary color
Monochromatic Colors of #AA356D
Black with #AA356D
Text Example
Text Example
White with #AA356D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA356D; }
p { color: rgb(170,53,109); }
H1.HeaderClassName
{
color: #AA356D;
}
.AnyTagClassName
{
color: #AA356D;
}
</style>
background-color css
<style>
a { background-color: #AA356D; }
a { background-color: rgb(170,53,109); }
div.DivClassName
{
background-color: #AA356D;
}
.BgClassName
{
background-color: #AA356D;
}
</style>
border-color css
<style>
span { border-color: #AA356D; }
span { border-color: rgb(170,53,109); }
td.TdClassName
{
border-color: #AA356D;
}
.TagClassName
{
border-color: #AA356D;
}
</style>