Shades of Brandy Rose #AA887A
Tints of Brandy Rose #AA887A
RGB
CMYK
RGB Variations
Color information
#AA887A (or 0xAA887A) is known color: Brandy Rose. HEX triplet: AA, 88 and 7A. RGB value is (170,136,122). Sum of RGB (Red+Green+Blue) = 170+136+122=428 (56% of max value = 765). Red value is 170 (66.80% from 255 or 39.72% from 428); Green value is 136 (53.52% from 255 or 31.78% from 428); Blue value is 122 (48.05% from 255 or 28.50% from 428); Max value from RGB is 170 - color contains mainly: red. Hex color #AA887A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AA887A is #557785. Grayscale: #909090. Windows color (decimal): -5601158 or 8030378. OLE color: 8030378.
HSL color Cylindrical-coordinate representation of color #AA887A: hue angle of 17.5º degrees, saturation: 0.22, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #AA887A is Cyan = 0, Magento = 0.20, Yellow = 0.28 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 136 | 122 | - |
| CMYK | 0 | 0.20 | 0.28 | 0.33 |
| HSL | 17.5º | 0.22% | 0.57% | - |
| HSV(B) | 17.5º | 0.28% | 0.67% | - |
| XYZ | 28.89 | 27.56 | 22.21 | - |
| YUV | 144.57 | 115.26 | 146.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 136 | 122 | 0 | 0.20 | 0.28 | 0.33 | 17.5 | 0.22 | 0.57 |
| Hex | AA | 88 | 7A | 0 | 14 | 1C | 21 | 12 | 16 | 39 |
| Octal | 252 | 210 | 172 | 0 | 24 | 34 | 41 | 22 | 26 | 71 |
| Binary | 10101010 | 10001000 | 1111010 | 0 | 10100 | 11100 | 100001 | 10010 | 10110 | 111001 |
Color Harmonies of #AA887A
Complementary color
Monochromatic Colors of #AA887A
Black with #AA887A
Text Example
Text Example
White with #AA887A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA887A; }
p { color: rgb(170,136,122); }
H1.HeaderClassName
{
color: #AA887A;
}
.AnyTagClassName
{
color: #AA887A;
}
</style>
background-color css
<style>
a { background-color: #AA887A; }
a { background-color: rgb(170,136,122); }
div.DivClassName
{
background-color: #AA887A;
}
.BgClassName
{
background-color: #AA887A;
}
</style>
border-color css
<style>
span { border-color: #AA887A; }
span { border-color: rgb(170,136,122); }
td.TdClassName
{
border-color: #AA887A;
}
.TagClassName
{
border-color: #AA887A;
}
</style>