Shades of Brandy Rose #AA857E
Tints of Brandy Rose #AA857E
RGB
CMYK
RGB Variations
Color information
#AA857E (or 0xAA857E) is known color: Brandy Rose. HEX triplet: AA, 85 and 7E. RGB value is (170,133,126). Sum of RGB (Red+Green+Blue) = 170+133+126=429 (56% of max value = 765). Red value is 170 (66.80% from 255 or 39.63% from 429); Green value is 133 (52.34% from 255 or 31.00% from 429); Blue value is 126 (49.61% from 255 or 29.37% from 429); Max value from RGB is 170 - color contains mainly: red. Hex color #AA857E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AA857E is #557A81. Grayscale: #8F8F8F. Windows color (decimal): -5601922 or 8291754. OLE color: 8291754.
HSL color Cylindrical-coordinate representation of color #AA857E: hue angle of 9.55º 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 #AA857E is Cyan = 0, Magento = 0.22, Yellow = 0.26 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 133 | 126 | - |
| CMYK | 0 | 0.22 | 0.26 | 0.33 |
| HSL | 9.55º | 0.21% | 0.58% | - |
| HSV(B) | 9.55º | 0.26% | 0.67% | - |
| XYZ | 28.73 | 26.83 | 23.4 | - |
| YUV | 143.27 | 118.26 | 147.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 133 | 126 | 0 | 0.22 | 0.26 | 0.33 | 9.55 | 0.21 | 0.58 |
| Hex | AA | 85 | 7E | 0 | 16 | 1A | 21 | A | 15 | 3A |
| Octal | 252 | 205 | 176 | 0 | 26 | 32 | 41 | 12 | 25 | 72 |
| Binary | 10101010 | 10000101 | 1111110 | 0 | 10110 | 11010 | 100001 | 1010 | 10101 | 111010 |
Color Harmonies of #AA857E
Complementary color
Monochromatic Colors of #AA857E
Black with #AA857E
Text Example
Text Example
White with #AA857E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA857E; }
p { color: rgb(170,133,126); }
H1.HeaderClassName
{
color: #AA857E;
}
.AnyTagClassName
{
color: #AA857E;
}
</style>
background-color css
<style>
a { background-color: #AA857E; }
a { background-color: rgb(170,133,126); }
div.DivClassName
{
background-color: #AA857E;
}
.BgClassName
{
background-color: #AA857E;
}
</style>
border-color css
<style>
span { border-color: #AA857E; }
span { border-color: rgb(170,133,126); }
td.TdClassName
{
border-color: #AA857E;
}
.TagClassName
{
border-color: #AA857E;
}
</style>