Shades of Brandy Rose #AA847D
Tints of Brandy Rose #AA847D
RGB
CMYK
RGB Variations
Color information
#AA847D (or 0xAA847D) is known color: Brandy Rose. HEX triplet: AA, 84 and 7D. RGB value is (170,132,125). Sum of RGB (Red+Green+Blue) = 170+132+125=427 (56% of max value = 765). Red value is 170 (66.80% from 255 or 39.81% from 427); Green value is 132 (51.95% from 255 or 30.91% from 427); Blue value is 125 (49.22% from 255 or 29.27% from 427); Max value from RGB is 170 - color contains mainly: red. Hex color #AA847D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AA847D is #557B82. Grayscale: #8E8E8E. Windows color (decimal): -5602179 or 8225962. OLE color: 8225962.
HSL color Cylindrical-coordinate representation of color #AA847D: hue angle of 9.33º degrees, saturation: 0.21, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #AA847D is Cyan = 0, Magento = 0.22, Yellow = 0.26 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 132 | 125 | - |
| CMYK | 0 | 0.22 | 0.26 | 0.33 |
| HSL | 9.33º | 0.21% | 0.58% | - |
| HSV(B) | 9.33º | 0.26% | 0.67% | - |
| XYZ | 28.53 | 26.53 | 23.02 | - |
| YUV | 142.56 | 118.09 | 147.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 132 | 125 | 0 | 0.22 | 0.26 | 0.33 | 9.33 | 0.21 | 0.58 |
| Hex | AA | 84 | 7D | 0 | 16 | 1A | 21 | 9 | 15 | 3A |
| Octal | 252 | 204 | 175 | 0 | 26 | 32 | 41 | 11 | 25 | 72 |
| Binary | 10101010 | 10000100 | 1111101 | 0 | 10110 | 11010 | 100001 | 1001 | 10101 | 111010 |
Color Harmonies of #AA847D
Complementary color
Monochromatic Colors of #AA847D
Black with #AA847D
Text Example
Text Example
White with #AA847D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA847D; }
p { color: rgb(170,132,125); }
H1.HeaderClassName
{
color: #AA847D;
}
.AnyTagClassName
{
color: #AA847D;
}
</style>
background-color css
<style>
a { background-color: #AA847D; }
a { background-color: rgb(170,132,125); }
div.DivClassName
{
background-color: #AA847D;
}
.BgClassName
{
background-color: #AA847D;
}
</style>
border-color css
<style>
span { border-color: #AA847D; }
span { border-color: rgb(170,132,125); }
td.TdClassName
{
border-color: #AA847D;
}
.TagClassName
{
border-color: #AA847D;
}
</style>