Shades of Brandy Rose #AA867D
Tints of Brandy Rose #AA867D
RGB
CMYK
RGB Variations
Color information
#AA867D (or 0xAA867D) is known color: Brandy Rose. HEX triplet: AA, 86 and 7D. RGB value is (170,134,125). Sum of RGB (Red+Green+Blue) = 170+134+125=429 (56% of max value = 765). Red value is 170 (66.80% from 255 or 39.63% from 429); Green value is 134 (52.73% from 255 or 31.24% from 429); Blue value is 125 (49.22% from 255 or 29.14% from 429); Max value from RGB is 170 - color contains mainly: red. Hex color #AA867D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AA867D is #557982. Grayscale: #8F8F8F. Windows color (decimal): -5601667 or 8226474. OLE color: 8226474.
HSL color Cylindrical-coordinate representation of color #AA867D: hue angle of 12º 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 #AA867D is Cyan = 0, Magento = 0.21, Yellow = 0.26 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 134 | 125 | - |
| CMYK | 0 | 0.21 | 0.26 | 0.33 |
| HSL | 12º | 0.21% | 0.58% | - |
| HSV(B) | 12º | 0.26% | 0.67% | - |
| XYZ | 28.8 | 27.08 | 23.11 | - |
| YUV | 143.74 | 117.43 | 146.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 134 | 125 | 0 | 0.21 | 0.26 | 0.33 | 12 | 0.21 | 0.58 |
| Hex | AA | 86 | 7D | 0 | 15 | 1A | 21 | C | 15 | 3A |
| Octal | 252 | 206 | 175 | 0 | 25 | 32 | 41 | 14 | 25 | 72 |
| Binary | 10101010 | 10000110 | 1111101 | 0 | 10101 | 11010 | 100001 | 1100 | 10101 | 111010 |
Color Harmonies of #AA867D
Complementary color
Monochromatic Colors of #AA867D
Black with #AA867D
Text Example
Text Example
White with #AA867D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA867D; }
p { color: rgb(170,134,125); }
H1.HeaderClassName
{
color: #AA867D;
}
.AnyTagClassName
{
color: #AA867D;
}
</style>
background-color css
<style>
a { background-color: #AA867D; }
a { background-color: rgb(170,134,125); }
div.DivClassName
{
background-color: #AA867D;
}
.BgClassName
{
background-color: #AA867D;
}
</style>
border-color css
<style>
span { border-color: #AA867D; }
span { border-color: rgb(170,134,125); }
td.TdClassName
{
border-color: #AA867D;
}
.TagClassName
{
border-color: #AA867D;
}
</style>