Shades of Brandy Rose #AA8477
Tints of Brandy Rose #AA8477
RGB
CMYK
RGB Variations
Color information
#AA8477 (or 0xAA8477) is known color: Brandy Rose. HEX triplet: AA, 84 and 77. RGB value is (170,132,119). Sum of RGB (Red+Green+Blue) = 170+132+119=421 (55% of max value = 765). Red value is 170 (66.80% from 255 or 40.38% from 421); Green value is 132 (51.95% from 255 or 31.35% from 421); Blue value is 119 (46.88% from 255 or 28.27% from 421); Max value from RGB is 170 - color contains mainly: red. Hex color #AA8477 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AA8477 is #557B88. Grayscale: #8D8D8D. Windows color (decimal): -5602185 or 7832746. OLE color: 7832746.
HSL color Cylindrical-coordinate representation of color #AA8477: hue angle of 15.29º degrees, saturation: 0.23, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #AA8477 is Cyan = 0, Magento = 0.22, Yellow = 0.3 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 132 | 119 | - |
| CMYK | 0 | 0.22 | 0.3 | 0.33 |
| HSL | 15.29º | 0.23% | 0.57% | - |
| HSV(B) | 15.29º | 0.3% | 0.67% | - |
| XYZ | 28.16 | 26.38 | 21.06 | - |
| YUV | 141.88 | 115.09 | 148.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 132 | 119 | 0 | 0.22 | 0.3 | 0.33 | 15.29 | 0.23 | 0.57 |
| Hex | AA | 84 | 77 | 0 | 16 | 1E | 21 | F | 17 | 39 |
| Octal | 252 | 204 | 167 | 0 | 26 | 36 | 41 | 17 | 27 | 71 |
| Binary | 10101010 | 10000100 | 1110111 | 0 | 10110 | 11110 | 100001 | 1111 | 10111 | 111001 |
Color Harmonies of #AA8477
Complementary color
Monochromatic Colors of #AA8477
Black with #AA8477
Text Example
Text Example
White with #AA8477
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA8477; }
p { color: rgb(170,132,119); }
H1.HeaderClassName
{
color: #AA8477;
}
.AnyTagClassName
{
color: #AA8477;
}
</style>
background-color css
<style>
a { background-color: #AA8477; }
a { background-color: rgb(170,132,119); }
div.DivClassName
{
background-color: #AA8477;
}
.BgClassName
{
background-color: #AA8477;
}
</style>
border-color css
<style>
span { border-color: #AA8477; }
span { border-color: rgb(170,132,119); }
td.TdClassName
{
border-color: #AA8477;
}
.TagClassName
{
border-color: #AA8477;
}
</style>