Shades of Brandy Rose #AA8478
Tints of Brandy Rose #AA8478
RGB
CMYK
RGB Variations
Color information
#AA8478 (or 0xAA8478) is known color: Brandy Rose. HEX triplet: AA, 84 and 78. RGB value is (170,132,120). Sum of RGB (Red+Green+Blue) = 170+132+120=422 (55% of max value = 765). Red value is 170 (66.80% from 255 or 40.28% from 422); Green value is 132 (51.95% from 255 or 31.28% from 422); Blue value is 120 (47.27% from 255 or 28.44% from 422); Max value from RGB is 170 - color contains mainly: red. Hex color #AA8478 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AA8478 is #557B87. Grayscale: #8E8E8E. Windows color (decimal): -5602184 or 7898282. OLE color: 7898282.
HSL color Cylindrical-coordinate representation of color #AA8478: hue angle of 14.4º degrees, saturation: 0.23, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #AA8478 is Cyan = 0, Magento = 0.22, Yellow = 0.29 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 132 | 120 | - |
| CMYK | 0 | 0.22 | 0.29 | 0.33 |
| HSL | 14.4º | 0.23% | 0.57% | - |
| HSV(B) | 14.4º | 0.29% | 0.67% | - |
| XYZ | 28.22 | 26.4 | 21.38 | - |
| YUV | 141.99 | 115.59 | 147.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 132 | 120 | 0 | 0.22 | 0.29 | 0.33 | 14.4 | 0.23 | 0.57 |
| Hex | AA | 84 | 78 | 0 | 16 | 1D | 21 | E | 17 | 39 |
| Octal | 252 | 204 | 170 | 0 | 26 | 35 | 41 | 16 | 27 | 71 |
| Binary | 10101010 | 10000100 | 1111000 | 0 | 10110 | 11101 | 100001 | 1110 | 10111 | 111001 |
Color Harmonies of #AA8478
Complementary color
Monochromatic Colors of #AA8478
Black with #AA8478
Text Example
Text Example
White with #AA8478
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA8478; }
p { color: rgb(170,132,120); }
H1.HeaderClassName
{
color: #AA8478;
}
.AnyTagClassName
{
color: #AA8478;
}
</style>
background-color css
<style>
a { background-color: #AA8478; }
a { background-color: rgb(170,132,120); }
div.DivClassName
{
background-color: #AA8478;
}
.BgClassName
{
background-color: #AA8478;
}
</style>
border-color css
<style>
span { border-color: #AA8478; }
span { border-color: rgb(170,132,120); }
td.TdClassName
{
border-color: #AA8478;
}
.TagClassName
{
border-color: #AA8478;
}
</style>