Shades of Brandy Rose #AA8884
Tints of Brandy Rose #AA8884
RGB
CMYK
RGB Variations
Color information
#AA8884 (or 0xAA8884) is known color: Brandy Rose. HEX triplet: AA, 88 and 84. RGB value is (170,136,132). Sum of RGB (Red+Green+Blue) = 170+136+132=438 (58% of max value = 765). Red value is 170 (66.80% from 255 or 38.81% from 438); Green value is 136 (53.52% from 255 or 31.05% from 438); Blue value is 132 (51.95% from 255 or 30.14% from 438); Max value from RGB is 170 - color contains mainly: red. Hex color #AA8884 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AA8884 is #55777B. Grayscale: #919191. Windows color (decimal): -5601148 or 8685738. OLE color: 8685738.
HSL color Cylindrical-coordinate representation of color #AA8884: hue angle of 6.32º degrees, saturation: 0.18, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #AA8884 is Cyan = 0, Magento = 0.20, Yellow = 0.22 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 136 | 132 | - |
| CMYK | 0 | 0.20 | 0.22 | 0.33 |
| HSL | 6.32º | 0.18% | 0.59% | - |
| HSV(B) | 6.32º | 0.22% | 0.67% | - |
| XYZ | 29.55 | 27.82 | 25.64 | - |
| YUV | 145.71 | 120.26 | 145.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 136 | 132 | 0 | 0.20 | 0.22 | 0.33 | 6.32 | 0.18 | 0.59 |
| Hex | AA | 88 | 84 | 0 | 14 | 16 | 21 | 6 | 12 | 3B |
| Octal | 252 | 210 | 204 | 0 | 24 | 26 | 41 | 6 | 22 | 73 |
| Binary | 10101010 | 10001000 | 10000100 | 0 | 10100 | 10110 | 100001 | 110 | 10010 | 111011 |
Color Harmonies of #AA8884
Complementary color
Monochromatic Colors of #AA8884
Black with #AA8884
Text Example
Text Example
White with #AA8884
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA8884; }
p { color: rgb(170,136,132); }
H1.HeaderClassName
{
color: #AA8884;
}
.AnyTagClassName
{
color: #AA8884;
}
</style>
background-color css
<style>
a { background-color: #AA8884; }
a { background-color: rgb(170,136,132); }
div.DivClassName
{
background-color: #AA8884;
}
.BgClassName
{
background-color: #AA8884;
}
</style>
border-color css
<style>
span { border-color: #AA8884; }
span { border-color: rgb(170,136,132); }
td.TdClassName
{
border-color: #AA8884;
}
.TagClassName
{
border-color: #AA8884;
}
</style>