Shades of Brandy Rose #AA8676
Tints of Brandy Rose #AA8676
RGB
CMYK
RGB Variations
Color information
#AA8676 (or 0xAA8676) is known color: Brandy Rose. HEX triplet: AA, 86 and 76. RGB value is (170,134,118). Sum of RGB (Red+Green+Blue) = 170+134+118=422 (55% of max value = 765). Red value is 170 (66.80% from 255 or 40.28% from 422); Green value is 134 (52.73% from 255 or 31.75% from 422); Blue value is 118 (46.48% from 255 or 27.96% from 422); Max value from RGB is 170 - color contains mainly: red. Hex color #AA8676 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AA8676 is #557989. Grayscale: #8F8F8F. Windows color (decimal): -5601674 or 7767722. OLE color: 7767722.
HSL color Cylindrical-coordinate representation of color #AA8676: hue angle of 18.46º degrees, saturation: 0.23, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #AA8676 is Cyan = 0, Magento = 0.21, Yellow = 0.31 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 134 | 118 | - |
| CMYK | 0 | 0.21 | 0.31 | 0.33 |
| HSL | 18.46º | 0.23% | 0.56% | - |
| HSV(B) | 18.46º | 0.31% | 0.67% | - |
| XYZ | 28.37 | 26.9 | 20.84 | - |
| YUV | 142.94 | 113.93 | 147.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 134 | 118 | 0 | 0.21 | 0.31 | 0.33 | 18.46 | 0.23 | 0.56 |
| Hex | AA | 86 | 76 | 0 | 15 | 1F | 21 | 12 | 17 | 38 |
| Octal | 252 | 206 | 166 | 0 | 25 | 37 | 41 | 22 | 27 | 70 |
| Binary | 10101010 | 10000110 | 1110110 | 0 | 10101 | 11111 | 100001 | 10010 | 10111 | 111000 |
Color Harmonies of #AA8676
Complementary color
Monochromatic Colors of #AA8676
Black with #AA8676
Text Example
Text Example
White with #AA8676
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA8676; }
p { color: rgb(170,134,118); }
H1.HeaderClassName
{
color: #AA8676;
}
.AnyTagClassName
{
color: #AA8676;
}
</style>
background-color css
<style>
a { background-color: #AA8676; }
a { background-color: rgb(170,134,118); }
div.DivClassName
{
background-color: #AA8676;
}
.BgClassName
{
background-color: #AA8676;
}
</style>
border-color css
<style>
span { border-color: #AA8676; }
span { border-color: rgb(170,134,118); }
td.TdClassName
{
border-color: #AA8676;
}
.TagClassName
{
border-color: #AA8676;
}
</style>