Shades of Brandy Rose #AA8276
Tints of Brandy Rose #AA8276
RGB
CMYK
RGB Variations
Color information
#AA8276 (or 0xAA8276) is known color: Brandy Rose. HEX triplet: AA, 82 and 76. RGB value is (170,130,118). Sum of RGB (Red+Green+Blue) = 170+130+118=418 (55% of max value = 765). Red value is 170 (66.80% from 255 or 40.67% from 418); Green value is 130 (51.17% from 255 or 31.10% from 418); Blue value is 118 (46.48% from 255 or 28.23% from 418); Max value from RGB is 170 - color contains mainly: red. Hex color #AA8276 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AA8276 is #557D89. Grayscale: #8C8C8C. Windows color (decimal): -5602698 or 7766698. OLE color: 7766698.
HSL color Cylindrical-coordinate representation of color #AA8276: hue angle of 13.85º 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 #AA8276 is Cyan = 0, Magento = 0.24, Yellow = 0.31 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 130 | 118 | - |
| CMYK | 0 | 0.24 | 0.31 | 0.33 |
| HSL | 13.85º | 0.23% | 0.56% | - |
| HSV(B) | 13.85º | 0.31% | 0.67% | - |
| XYZ | 27.83 | 25.82 | 20.66 | - |
| YUV | 140.59 | 115.25 | 148.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 130 | 118 | 0 | 0.24 | 0.31 | 0.33 | 13.85 | 0.23 | 0.56 |
| Hex | AA | 82 | 76 | 0 | 18 | 1F | 21 | E | 17 | 38 |
| Octal | 252 | 202 | 166 | 0 | 30 | 37 | 41 | 16 | 27 | 70 |
| Binary | 10101010 | 10000010 | 1110110 | 0 | 11000 | 11111 | 100001 | 1110 | 10111 | 111000 |
Color Harmonies of #AA8276
Complementary color
Monochromatic Colors of #AA8276
Black with #AA8276
Text Example
Text Example
White with #AA8276
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA8276; }
p { color: rgb(170,130,118); }
H1.HeaderClassName
{
color: #AA8276;
}
.AnyTagClassName
{
color: #AA8276;
}
</style>
background-color css
<style>
a { background-color: #AA8276; }
a { background-color: rgb(170,130,118); }
div.DivClassName
{
background-color: #AA8276;
}
.BgClassName
{
background-color: #AA8276;
}
</style>
border-color css
<style>
span { border-color: #AA8276; }
span { border-color: rgb(170,130,118); }
td.TdClassName
{
border-color: #AA8276;
}
.TagClassName
{
border-color: #AA8276;
}
</style>