Shades of Rouge #AA436B
Tints of Rouge #AA436B
RGB
CMYK
RGB Variations
Color information
#AA436B (or 0xAA436B) is known color: Rouge. HEX triplet: AA, 43 and 6B. RGB value is (170,67,107). Sum of RGB (Red+Green+Blue) = 170+67+107=344 (45% of max value = 765). Red value is 170 (66.80% from 255 or 49.42% from 344); Green value is 67 (26.56% from 255 or 19.48% from 344); Blue value is 107 (42.19% from 255 or 31.10% from 344); Max value from RGB is 170 - color contains mainly: red. Hex color #AA436B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AA436B is #55BC94. Grayscale: #666666. Windows color (decimal): -5618837 or 7029674. OLE color: 7029674.
HSL color Cylindrical-coordinate representation of color #AA436B: hue angle of 336.7º 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 #AA436B is Cyan = 0, Magento = 0.61, Yellow = 0.37 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 67 | 107 | - |
| CMYK | 0 | 0.61 | 0.37 | 0.33 |
| HSL | 336.7º | 0.43% | 0.46% | - |
| HSV(B) | 336.7º | 0.61% | 0.67% | - |
| XYZ | 21.24 | 13.62 | 15.42 | - |
| YUV | 102.36 | 130.62 | 176.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 67 | 107 | 0 | 0.61 | 0.37 | 0.33 | 336.7 | 0.43 | 0.46 |
| Hex | AA | 43 | 6B | 0 | 3D | 25 | 21 | 151 | 2B | 2E |
| Octal | 252 | 103 | 153 | 0 | 75 | 45 | 41 | 521 | 53 | 56 |
| Binary | 10101010 | 1000011 | 1101011 | 0 | 111101 | 100101 | 100001 | 101010001 | 101011 | 101110 |
Color Harmonies of #AA436B
Complementary color
Monochromatic Colors of #AA436B
Black with #AA436B
Text Example
Text Example
White with #AA436B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA436B; }
p { color: rgb(170,67,107); }
H1.HeaderClassName
{
color: #AA436B;
}
.AnyTagClassName
{
color: #AA436B;
}
</style>
background-color css
<style>
a { background-color: #AA436B; }
a { background-color: rgb(170,67,107); }
div.DivClassName
{
background-color: #AA436B;
}
.BgClassName
{
background-color: #AA436B;
}
</style>
border-color css
<style>
span { border-color: #AA436B; }
span { border-color: rgb(170,67,107); }
td.TdClassName
{
border-color: #AA436B;
}
.TagClassName
{
border-color: #AA436B;
}
</style>