Shades of Brandy Rose #AA877D
Tints of Brandy Rose #AA877D
RGB
CMYK
RGB Variations
Color information
#AA877D (or 0xAA877D) is known color: Brandy Rose. HEX triplet: AA, 87 and 7D. RGB value is (170,135,125). Sum of RGB (Red+Green+Blue) = 170+135+125=430 (56% of max value = 765). Red value is 170 (66.80% from 255 or 39.53% from 430); Green value is 135 (53.12% from 255 or 31.40% from 430); Blue value is 125 (49.22% from 255 or 29.07% from 430); Max value from RGB is 170 - color contains mainly: red. Hex color #AA877D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AA877D is #557882. Grayscale: #909090. Windows color (decimal): -5601411 or 8226730. OLE color: 8226730.
HSL color Cylindrical-coordinate representation of color #AA877D: hue angle of 13.33º 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 #AA877D is Cyan = 0, Magento = 0.21, Yellow = 0.26 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 135 | 125 | - |
| CMYK | 0 | 0.21 | 0.26 | 0.33 |
| HSL | 13.33º | 0.21% | 0.58% | - |
| HSV(B) | 13.33º | 0.26% | 0.67% | - |
| XYZ | 28.94 | 27.35 | 23.16 | - |
| YUV | 144.33 | 117.1 | 146.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 135 | 125 | 0 | 0.21 | 0.26 | 0.33 | 13.33 | 0.21 | 0.58 |
| Hex | AA | 87 | 7D | 0 | 15 | 1A | 21 | D | 15 | 3A |
| Octal | 252 | 207 | 175 | 0 | 25 | 32 | 41 | 15 | 25 | 72 |
| Binary | 10101010 | 10000111 | 1111101 | 0 | 10101 | 11010 | 100001 | 1101 | 10101 | 111010 |
Color Harmonies of #AA877D
Complementary color
Monochromatic Colors of #AA877D
Black with #AA877D
Text Example
Text Example
White with #AA877D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA877D; }
p { color: rgb(170,135,125); }
H1.HeaderClassName
{
color: #AA877D;
}
.AnyTagClassName
{
color: #AA877D;
}
</style>
background-color css
<style>
a { background-color: #AA877D; }
a { background-color: rgb(170,135,125); }
div.DivClassName
{
background-color: #AA877D;
}
.BgClassName
{
background-color: #AA877D;
}
</style>
border-color css
<style>
span { border-color: #AA877D; }
span { border-color: rgb(170,135,125); }
td.TdClassName
{
border-color: #AA877D;
}
.TagClassName
{
border-color: #AA877D;
}
</style>