Shades of Brandy Rose #AA8476
Tints of Brandy Rose #AA8476
RGB
CMYK
RGB Variations
Color information
#AA8476 (or 0xAA8476) is known color: Brandy Rose. HEX triplet: AA, 84 and 76. RGB value is (170,132,118). Sum of RGB (Red+Green+Blue) = 170+132+118=420 (55% of max value = 765). Red value is 170 (66.80% from 255 or 40.48% from 420); Green value is 132 (51.95% from 255 or 31.43% from 420); Blue value is 118 (46.48% from 255 or 28.10% from 420); Max value from RGB is 170 - color contains mainly: red. Hex color #AA8476 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AA8476 is #557B89. Grayscale: #8D8D8D. Windows color (decimal): -5602186 or 7767210. OLE color: 7767210.
HSL color Cylindrical-coordinate representation of color #AA8476: hue angle of 16.15º 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 #AA8476 is Cyan = 0, Magento = 0.22, Yellow = 0.31 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 132 | 118 | - |
| CMYK | 0 | 0.22 | 0.31 | 0.33 |
| HSL | 16.15º | 0.23% | 0.56% | - |
| HSV(B) | 16.15º | 0.31% | 0.67% | - |
| XYZ | 28.1 | 26.36 | 20.75 | - |
| YUV | 141.77 | 114.59 | 148.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 132 | 118 | 0 | 0.22 | 0.31 | 0.33 | 16.15 | 0.23 | 0.56 |
| Hex | AA | 84 | 76 | 0 | 16 | 1F | 21 | 10 | 17 | 38 |
| Octal | 252 | 204 | 166 | 0 | 26 | 37 | 41 | 20 | 27 | 70 |
| Binary | 10101010 | 10000100 | 1110110 | 0 | 10110 | 11111 | 100001 | 10000 | 10111 | 111000 |
Color Harmonies of #AA8476
Complementary color
Monochromatic Colors of #AA8476
Black with #AA8476
Text Example
Text Example
White with #AA8476
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA8476; }
p { color: rgb(170,132,118); }
H1.HeaderClassName
{
color: #AA8476;
}
.AnyTagClassName
{
color: #AA8476;
}
</style>
background-color css
<style>
a { background-color: #AA8476; }
a { background-color: rgb(170,132,118); }
div.DivClassName
{
background-color: #AA8476;
}
.BgClassName
{
background-color: #AA8476;
}
</style>
border-color css
<style>
span { border-color: #AA8476; }
span { border-color: rgb(170,132,118); }
td.TdClassName
{
border-color: #AA8476;
}
.TagClassName
{
border-color: #AA8476;
}
</style>