Shades of Brandy Rose #AA887C
Tints of Brandy Rose #AA887C
RGB
CMYK
RGB Variations
Color information
#AA887C (or 0xAA887C) is known color: Brandy Rose. HEX triplet: AA, 88 and 7C. RGB value is (170,136,124). Sum of RGB (Red+Green+Blue) = 170+136+124=430 (56% of max value = 765). Red value is 170 (66.80% from 255 or 39.53% from 430); Green value is 136 (53.52% from 255 or 31.63% from 430); Blue value is 124 (48.83% from 255 or 28.84% from 430); Max value from RGB is 170 - color contains mainly: red. Hex color #AA887C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AA887C is #557783. Grayscale: #909090. Windows color (decimal): -5601156 or 8161450. OLE color: 8161450.
HSL color Cylindrical-coordinate representation of color #AA887C: hue angle of 15.65º degrees, saturation: 0.21, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #AA887C is Cyan = 0, Magento = 0.20, Yellow = 0.27 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 136 | 124 | - |
| CMYK | 0 | 0.20 | 0.27 | 0.33 |
| HSL | 15.65º | 0.21% | 0.58% | - |
| HSV(B) | 15.65º | 0.27% | 0.67% | - |
| XYZ | 29.02 | 27.61 | 22.87 | - |
| YUV | 144.8 | 116.26 | 145.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 136 | 124 | 0 | 0.20 | 0.27 | 0.33 | 15.65 | 0.21 | 0.58 |
| Hex | AA | 88 | 7C | 0 | 14 | 1B | 21 | 10 | 15 | 3A |
| Octal | 252 | 210 | 174 | 0 | 24 | 33 | 41 | 20 | 25 | 72 |
| Binary | 10101010 | 10001000 | 1111100 | 0 | 10100 | 11011 | 100001 | 10000 | 10101 | 111010 |
Color Harmonies of #AA887C
Complementary color
Monochromatic Colors of #AA887C
Black with #AA887C
Text Example
Text Example
White with #AA887C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA887C; }
p { color: rgb(170,136,124); }
H1.HeaderClassName
{
color: #AA887C;
}
.AnyTagClassName
{
color: #AA887C;
}
</style>
background-color css
<style>
a { background-color: #AA887C; }
a { background-color: rgb(170,136,124); }
div.DivClassName
{
background-color: #AA887C;
}
.BgClassName
{
background-color: #AA887C;
}
</style>
border-color css
<style>
span { border-color: #AA887C; }
span { border-color: rgb(170,136,124); }
td.TdClassName
{
border-color: #AA887C;
}
.TagClassName
{
border-color: #AA887C;
}
</style>