Shades of Rouge #AA436C
Tints of Rouge #AA436C
RGB
CMYK
RGB Variations
Color information
#AA436C (or 0xAA436C) is known color: Rouge. HEX triplet: AA, 43 and 6C. RGB value is (170,67,108). Sum of RGB (Red+Green+Blue) = 170+67+108=345 (45% of max value = 765). Red value is 170 (66.80% from 255 or 49.28% from 345); Green value is 67 (26.56% from 255 or 19.42% from 345); Blue value is 108 (42.58% from 255 or 31.30% from 345); Max value from RGB is 170 - color contains mainly: red. Hex color #AA436C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AA436C is #55BC93. Grayscale: #666666. Windows color (decimal): -5618836 or 7095210. OLE color: 7095210.
HSL color Cylindrical-coordinate representation of color #AA436C: hue angle of 336.12º degrees, saturation: 0.43, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #AA436C is Cyan = 0, Magento = 0.61, Yellow = 0.36 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 67 | 108 | - |
| CMYK | 0 | 0.61 | 0.36 | 0.33 |
| HSL | 336.12º | 0.43% | 0.46% | - |
| HSV(B) | 336.12º | 0.61% | 0.67% | - |
| XYZ | 21.29 | 13.64 | 15.7 | - |
| YUV | 102.47 | 131.12 | 176.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 67 | 108 | 0 | 0.61 | 0.36 | 0.33 | 336.12 | 0.43 | 0.46 |
| Hex | AA | 43 | 6C | 0 | 3D | 24 | 21 | 150 | 2B | 2E |
| Octal | 252 | 103 | 154 | 0 | 75 | 44 | 41 | 520 | 53 | 56 |
| Binary | 10101010 | 1000011 | 1101100 | 0 | 111101 | 100100 | 100001 | 101010000 | 101011 | 101110 |
Color Harmonies of #AA436C
Complementary color
Monochromatic Colors of #AA436C
Black with #AA436C
Text Example
Text Example
White with #AA436C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA436C; }
p { color: rgb(170,67,108); }
H1.HeaderClassName
{
color: #AA436C;
}
.AnyTagClassName
{
color: #AA436C;
}
</style>
background-color css
<style>
a { background-color: #AA436C; }
a { background-color: rgb(170,67,108); }
div.DivClassName
{
background-color: #AA436C;
}
.BgClassName
{
background-color: #AA436C;
}
</style>
border-color css
<style>
span { border-color: #AA436C; }
span { border-color: rgb(170,67,108); }
td.TdClassName
{
border-color: #AA436C;
}
.TagClassName
{
border-color: #AA436C;
}
</style>