Shades of Brandy Rose #AA877C
Tints of Brandy Rose #AA877C
RGB
CMYK
RGB Variations
Color information
#AA877C (or 0xAA877C) is known color: Brandy Rose. HEX triplet: AA, 87 and 7C. RGB value is (170,135,124). Sum of RGB (Red+Green+Blue) = 170+135+124=429 (56% of max value = 765). Red value is 170 (66.80% from 255 or 39.63% from 429); Green value is 135 (53.12% from 255 or 31.47% from 429); Blue value is 124 (48.83% from 255 or 28.90% from 429); Max value from RGB is 170 - color contains mainly: red. Hex color #AA877C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AA877C is #557883. Grayscale: #909090. Windows color (decimal): -5601412 or 8161194. OLE color: 8161194.
HSL color Cylindrical-coordinate representation of color #AA877C: hue angle of 14.35º 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 #AA877C is Cyan = 0, Magento = 0.21, Yellow = 0.27 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 135 | 124 | - |
| CMYK | 0 | 0.21 | 0.27 | 0.33 |
| HSL | 14.35º | 0.21% | 0.58% | - |
| HSV(B) | 14.35º | 0.27% | 0.67% | - |
| XYZ | 28.88 | 27.33 | 22.82 | - |
| YUV | 144.21 | 116.6 | 146.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 135 | 124 | 0 | 0.21 | 0.27 | 0.33 | 14.35 | 0.21 | 0.58 |
| Hex | AA | 87 | 7C | 0 | 15 | 1B | 21 | E | 15 | 3A |
| Octal | 252 | 207 | 174 | 0 | 25 | 33 | 41 | 16 | 25 | 72 |
| Binary | 10101010 | 10000111 | 1111100 | 0 | 10101 | 11011 | 100001 | 1110 | 10101 | 111010 |
Color Harmonies of #AA877C
Complementary color
Monochromatic Colors of #AA877C
Black with #AA877C
Text Example
Text Example
White with #AA877C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA877C; }
p { color: rgb(170,135,124); }
H1.HeaderClassName
{
color: #AA877C;
}
.AnyTagClassName
{
color: #AA877C;
}
</style>
background-color css
<style>
a { background-color: #AA877C; }
a { background-color: rgb(170,135,124); }
div.DivClassName
{
background-color: #AA877C;
}
.BgClassName
{
background-color: #AA877C;
}
</style>
border-color css
<style>
span { border-color: #AA877C; }
span { border-color: rgb(170,135,124); }
td.TdClassName
{
border-color: #AA877C;
}
.TagClassName
{
border-color: #AA877C;
}
</style>