Shades of Brandy Rose #AA847E
Tints of Brandy Rose #AA847E
RGB
CMYK
RGB Variations
Color information
#AA847E (or 0xAA847E) is known color: Brandy Rose. HEX triplet: AA, 84 and 7E. RGB value is (170,132,126). Sum of RGB (Red+Green+Blue) = 170+132+126=428 (56% of max value = 765). Red value is 170 (66.80% from 255 or 39.72% from 428); Green value is 132 (51.95% from 255 or 30.84% from 428); Blue value is 126 (49.61% from 255 or 29.44% from 428); Max value from RGB is 170 - color contains mainly: red. Hex color #AA847E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AA847E is #557B81. Grayscale: #8E8E8E. Windows color (decimal): -5602178 or 8291498. OLE color: 8291498.
HSL color Cylindrical-coordinate representation of color #AA847E: hue angle of 8.18º 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 #AA847E is Cyan = 0, Magento = 0.22, Yellow = 0.26 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 132 | 126 | - |
| CMYK | 0 | 0.22 | 0.26 | 0.33 |
| HSL | 8.18º | 0.21% | 0.58% | - |
| HSV(B) | 8.18º | 0.26% | 0.67% | - |
| XYZ | 28.59 | 26.55 | 23.36 | - |
| YUV | 142.68 | 118.59 | 147.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 132 | 126 | 0 | 0.22 | 0.26 | 0.33 | 8.18 | 0.21 | 0.58 |
| Hex | AA | 84 | 7E | 0 | 16 | 1A | 21 | 8 | 15 | 3A |
| Octal | 252 | 204 | 176 | 0 | 26 | 32 | 41 | 10 | 25 | 72 |
| Binary | 10101010 | 10000100 | 1111110 | 0 | 10110 | 11010 | 100001 | 1000 | 10101 | 111010 |
Color Harmonies of #AA847E
Complementary color
Monochromatic Colors of #AA847E
Black with #AA847E
Text Example
Text Example
White with #AA847E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA847E; }
p { color: rgb(170,132,126); }
H1.HeaderClassName
{
color: #AA847E;
}
.AnyTagClassName
{
color: #AA847E;
}
</style>
background-color css
<style>
a { background-color: #AA847E; }
a { background-color: rgb(170,132,126); }
div.DivClassName
{
background-color: #AA847E;
}
.BgClassName
{
background-color: #AA847E;
}
</style>
border-color css
<style>
span { border-color: #AA847E; }
span { border-color: rgb(170,132,126); }
td.TdClassName
{
border-color: #AA847E;
}
.TagClassName
{
border-color: #AA847E;
}
</style>