Shades of Brandy Rose #AA867C
Tints of Brandy Rose #AA867C
RGB
CMYK
RGB Variations
Color information
#AA867C (or 0xAA867C) is known color: Brandy Rose. HEX triplet: AA, 86 and 7C. RGB value is (170,134,124). Sum of RGB (Red+Green+Blue) = 170+134+124=428 (56% of max value = 765). Red value is 170 (66.80% from 255 or 39.72% from 428); Green value is 134 (52.73% from 255 or 31.31% from 428); Blue value is 124 (48.83% from 255 or 28.97% from 428); Max value from RGB is 170 - color contains mainly: red. Hex color #AA867C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AA867C is #557983. Grayscale: #8F8F8F. Windows color (decimal): -5601668 or 8160938. OLE color: 8160938.
HSL color Cylindrical-coordinate representation of color #AA867C: hue angle of 13.04º 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 #AA867C is Cyan = 0, Magento = 0.21, Yellow = 0.27 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 134 | 124 | - |
| CMYK | 0 | 0.21 | 0.27 | 0.33 |
| HSL | 13.04º | 0.21% | 0.58% | - |
| HSV(B) | 13.04º | 0.27% | 0.67% | - |
| XYZ | 28.74 | 27.05 | 22.78 | - |
| YUV | 143.62 | 116.93 | 146.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 134 | 124 | 0 | 0.21 | 0.27 | 0.33 | 13.04 | 0.21 | 0.58 |
| Hex | AA | 86 | 7C | 0 | 15 | 1B | 21 | D | 15 | 3A |
| Octal | 252 | 206 | 174 | 0 | 25 | 33 | 41 | 15 | 25 | 72 |
| Binary | 10101010 | 10000110 | 1111100 | 0 | 10101 | 11011 | 100001 | 1101 | 10101 | 111010 |
Color Harmonies of #AA867C
Complementary color
Monochromatic Colors of #AA867C
Black with #AA867C
Text Example
Text Example
White with #AA867C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA867C; }
p { color: rgb(170,134,124); }
H1.HeaderClassName
{
color: #AA867C;
}
.AnyTagClassName
{
color: #AA867C;
}
</style>
background-color css
<style>
a { background-color: #AA867C; }
a { background-color: rgb(170,134,124); }
div.DivClassName
{
background-color: #AA867C;
}
.BgClassName
{
background-color: #AA867C;
}
</style>
border-color css
<style>
span { border-color: #AA867C; }
span { border-color: rgb(170,134,124); }
td.TdClassName
{
border-color: #AA867C;
}
.TagClassName
{
border-color: #AA867C;
}
</style>