Shades of Brandy Rose #AA827C
Tints of Brandy Rose #AA827C
RGB
CMYK
RGB Variations
Color information
#AA827C (or 0xAA827C) is known color: Brandy Rose. HEX triplet: AA, 82 and 7C. RGB value is (170,130,124). Sum of RGB (Red+Green+Blue) = 170+130+124=424 (56% of max value = 765). Red value is 170 (66.80% from 255 or 40.09% from 424); Green value is 130 (51.17% from 255 or 30.66% from 424); Blue value is 124 (48.83% from 255 or 29.25% from 424); Max value from RGB is 170 - color contains mainly: red. Hex color #AA827C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AA827C is #557D83. Grayscale: #8D8D8D. Windows color (decimal): -5602692 or 8159914. OLE color: 8159914.
HSL color Cylindrical-coordinate representation of color #AA827C: hue angle of 7.83º degrees, saturation: 0.21, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #AA827C is Cyan = 0, Magento = 0.24, Yellow = 0.27 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 130 | 124 | - |
| CMYK | 0 | 0.24 | 0.27 | 0.33 |
| HSL | 7.83º | 0.21% | 0.58% | - |
| HSV(B) | 7.83º | 0.27% | 0.67% | - |
| XYZ | 28.2 | 25.97 | 22.59 | - |
| YUV | 141.28 | 118.25 | 148.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 130 | 124 | 0 | 0.24 | 0.27 | 0.33 | 7.83 | 0.21 | 0.58 |
| Hex | AA | 82 | 7C | 0 | 18 | 1B | 21 | 8 | 15 | 3A |
| Octal | 252 | 202 | 174 | 0 | 30 | 33 | 41 | 10 | 25 | 72 |
| Binary | 10101010 | 10000010 | 1111100 | 0 | 11000 | 11011 | 100001 | 1000 | 10101 | 111010 |
Color Harmonies of #AA827C
Complementary color
Monochromatic Colors of #AA827C
Black with #AA827C
Text Example
Text Example
White with #AA827C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA827C; }
p { color: rgb(170,130,124); }
H1.HeaderClassName
{
color: #AA827C;
}
.AnyTagClassName
{
color: #AA827C;
}
</style>
background-color css
<style>
a { background-color: #AA827C; }
a { background-color: rgb(170,130,124); }
div.DivClassName
{
background-color: #AA827C;
}
.BgClassName
{
background-color: #AA827C;
}
</style>
border-color css
<style>
span { border-color: #AA827C; }
span { border-color: rgb(170,130,124); }
td.TdClassName
{
border-color: #AA827C;
}
.TagClassName
{
border-color: #AA827C;
}
</style>