Shades of Brandy Rose #AA897B
Tints of Brandy Rose #AA897B
RGB
CMYK
RGB Variations
Color information
#AA897B (or 0xAA897B) is known color: Brandy Rose. HEX triplet: AA, 89 and 7B. RGB value is (170,137,123). Sum of RGB (Red+Green+Blue) = 170+137+123=430 (56% of max value = 765). Red value is 170 (66.80% from 255 or 39.53% from 430); Green value is 137 (53.91% from 255 or 31.86% from 430); Blue value is 123 (48.44% from 255 or 28.60% from 430); Max value from RGB is 170 - color contains mainly: red. Hex color #AA897B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AA897B is #557684. Grayscale: #919191. Windows color (decimal): -5600901 or 8096170. OLE color: 8096170.
HSL color Cylindrical-coordinate representation of color #AA897B: hue angle of 17.87º degrees, saturation: 0.22, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #AA897B is Cyan = 0, Magento = 0.19, Yellow = 0.28 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 137 | 123 | - |
| CMYK | 0 | 0.19 | 0.28 | 0.33 |
| HSL | 17.87º | 0.22% | 0.57% | - |
| HSV(B) | 17.87º | 0.28% | 0.67% | - |
| XYZ | 29.1 | 27.87 | 22.58 | - |
| YUV | 145.27 | 115.43 | 145.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 137 | 123 | 0 | 0.19 | 0.28 | 0.33 | 17.87 | 0.22 | 0.57 |
| Hex | AA | 89 | 7B | 0 | 13 | 1C | 21 | 12 | 16 | 39 |
| Octal | 252 | 211 | 173 | 0 | 23 | 34 | 41 | 22 | 26 | 71 |
| Binary | 10101010 | 10001001 | 1111011 | 0 | 10011 | 11100 | 100001 | 10010 | 10110 | 111001 |
Color Harmonies of #AA897B
Complementary color
Monochromatic Colors of #AA897B
Black with #AA897B
Text Example
Text Example
White with #AA897B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA897B; }
p { color: rgb(170,137,123); }
H1.HeaderClassName
{
color: #AA897B;
}
.AnyTagClassName
{
color: #AA897B;
}
</style>
background-color css
<style>
a { background-color: #AA897B; }
a { background-color: rgb(170,137,123); }
div.DivClassName
{
background-color: #AA897B;
}
.BgClassName
{
background-color: #AA897B;
}
</style>
border-color css
<style>
span { border-color: #AA897B; }
span { border-color: rgb(170,137,123); }
td.TdClassName
{
border-color: #AA897B;
}
.TagClassName
{
border-color: #AA897B;
}
</style>