Shades of Brandy Rose #AA867A
Tints of Brandy Rose #AA867A
RGB
CMYK
RGB Variations
Color information
#AA867A (or 0xAA867A) is known color: Brandy Rose. HEX triplet: AA, 86 and 7A. RGB value is (170,134,122). Sum of RGB (Red+Green+Blue) = 170+134+122=426 (56% of max value = 765). Red value is 170 (66.80% from 255 or 39.91% from 426); Green value is 134 (52.73% from 255 or 31.46% from 426); Blue value is 122 (48.05% from 255 or 28.64% from 426); Max value from RGB is 170 - color contains mainly: red. Hex color #AA867A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AA867A is #557985. Grayscale: #8F8F8F. Windows color (decimal): -5601670 or 8029866. OLE color: 8029866.
HSL color Cylindrical-coordinate representation of color #AA867A: hue angle of 15º 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 #AA867A is Cyan = 0, Magento = 0.21, Yellow = 0.28 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 134 | 122 | - |
| CMYK | 0 | 0.21 | 0.28 | 0.33 |
| HSL | 15º | 0.22% | 0.57% | - |
| HSV(B) | 15º | 0.28% | 0.67% | - |
| XYZ | 28.62 | 27 | 22.12 | - |
| YUV | 143.4 | 115.93 | 146.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 134 | 122 | 0 | 0.21 | 0.28 | 0.33 | 15 | 0.22 | 0.57 |
| Hex | AA | 86 | 7A | 0 | 15 | 1C | 21 | F | 16 | 39 |
| Octal | 252 | 206 | 172 | 0 | 25 | 34 | 41 | 17 | 26 | 71 |
| Binary | 10101010 | 10000110 | 1111010 | 0 | 10101 | 11100 | 100001 | 1111 | 10110 | 111001 |
Color Harmonies of #AA867A
Complementary color
Monochromatic Colors of #AA867A
Black with #AA867A
Text Example
Text Example
White with #AA867A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA867A; }
p { color: rgb(170,134,122); }
H1.HeaderClassName
{
color: #AA867A;
}
.AnyTagClassName
{
color: #AA867A;
}
</style>
background-color css
<style>
a { background-color: #AA867A; }
a { background-color: rgb(170,134,122); }
div.DivClassName
{
background-color: #AA867A;
}
.BgClassName
{
background-color: #AA867A;
}
</style>
border-color css
<style>
span { border-color: #AA867A; }
span { border-color: rgb(170,134,122); }
td.TdClassName
{
border-color: #AA867A;
}
.TagClassName
{
border-color: #AA867A;
}
</style>