Shades of Brandy Rose #AA8882
Tints of Brandy Rose #AA8882
RGB
CMYK
RGB Variations
Color information
#AA8882 (or 0xAA8882) is known color: Brandy Rose. HEX triplet: AA, 88 and 82. RGB value is (170,136,130). Sum of RGB (Red+Green+Blue) = 170+136+130=436 (57% of max value = 765). Red value is 170 (66.80% from 255 or 38.99% from 436); Green value is 136 (53.52% from 255 or 31.19% from 436); Blue value is 130 (51.17% from 255 or 29.82% from 436); Max value from RGB is 170 - color contains mainly: red. Hex color #AA8882 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AA8882 is #55777D. Grayscale: #919191. Windows color (decimal): -5601150 or 8554666. OLE color: 8554666.
HSL color Cylindrical-coordinate representation of color #AA8882: hue angle of 9º degrees, saturation: 0.19, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #AA8882 is Cyan = 0, Magento = 0.20, Yellow = 0.24 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 136 | 130 | - |
| CMYK | 0 | 0.20 | 0.24 | 0.33 |
| HSL | 9º | 0.19% | 0.59% | - |
| HSV(B) | 9º | 0.24% | 0.67% | - |
| XYZ | 29.41 | 27.77 | 24.93 | - |
| YUV | 145.48 | 119.26 | 145.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 136 | 130 | 0 | 0.20 | 0.24 | 0.33 | 9 | 0.19 | 0.59 |
| Hex | AA | 88 | 82 | 0 | 14 | 18 | 21 | 9 | 13 | 3B |
| Octal | 252 | 210 | 202 | 0 | 24 | 30 | 41 | 11 | 23 | 73 |
| Binary | 10101010 | 10001000 | 10000010 | 0 | 10100 | 11000 | 100001 | 1001 | 10011 | 111011 |
Color Harmonies of #AA8882
Complementary color
Monochromatic Colors of #AA8882
Black with #AA8882
Text Example
Text Example
White with #AA8882
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA8882; }
p { color: rgb(170,136,130); }
H1.HeaderClassName
{
color: #AA8882;
}
.AnyTagClassName
{
color: #AA8882;
}
</style>
background-color css
<style>
a { background-color: #AA8882; }
a { background-color: rgb(170,136,130); }
div.DivClassName
{
background-color: #AA8882;
}
.BgClassName
{
background-color: #AA8882;
}
</style>
border-color css
<style>
span { border-color: #AA8882; }
span { border-color: rgb(170,136,130); }
td.TdClassName
{
border-color: #AA8882;
}
.TagClassName
{
border-color: #AA8882;
}
</style>