Shades of Brandy Rose #AA807C
Tints of Brandy Rose #AA807C
RGB
CMYK
RGB Variations
Color information
#AA807C (or 0xAA807C) is known color: Brandy Rose. HEX triplet: AA, 80 and 7C. RGB value is (170,128,124). Sum of RGB (Red+Green+Blue) = 170+128+124=422 (55% of max value = 765). Red value is 170 (66.80% from 255 or 40.28% from 422); Green value is 128 (50.39% from 255 or 30.33% from 422); Blue value is 124 (48.83% from 255 or 29.38% from 422); Max value from RGB is 170 - color contains mainly: red. Hex color #AA807C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AA807C is #557F83. Grayscale: #8C8C8C. Windows color (decimal): -5603204 or 8159402. OLE color: 8159402.
HSL color Cylindrical-coordinate representation of color #AA807C: hue angle of 5.22º 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 #AA807C is Cyan = 0, Magento = 0.25, Yellow = 0.27 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 128 | 124 | - |
| CMYK | 0 | 0.25 | 0.27 | 0.33 |
| HSL | 5.22º | 0.21% | 0.58% | - |
| HSV(B) | 5.22º | 0.27% | 0.67% | - |
| XYZ | 27.93 | 25.44 | 22.51 | - |
| YUV | 140.1 | 118.91 | 149.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 128 | 124 | 0 | 0.25 | 0.27 | 0.33 | 5.22 | 0.21 | 0.58 |
| Hex | AA | 80 | 7C | 0 | 19 | 1B | 21 | 5 | 15 | 3A |
| Octal | 252 | 200 | 174 | 0 | 31 | 33 | 41 | 5 | 25 | 72 |
| Binary | 10101010 | 10000000 | 1111100 | 0 | 11001 | 11011 | 100001 | 101 | 10101 | 111010 |
Color Harmonies of #AA807C
Complementary color
Monochromatic Colors of #AA807C
Black with #AA807C
Text Example
Text Example
White with #AA807C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA807C; }
p { color: rgb(170,128,124); }
H1.HeaderClassName
{
color: #AA807C;
}
.AnyTagClassName
{
color: #AA807C;
}
</style>
background-color css
<style>
a { background-color: #AA807C; }
a { background-color: rgb(170,128,124); }
div.DivClassName
{
background-color: #AA807C;
}
.BgClassName
{
background-color: #AA807C;
}
</style>
border-color css
<style>
span { border-color: #AA807C; }
span { border-color: rgb(170,128,124); }
td.TdClassName
{
border-color: #AA807C;
}
.TagClassName
{
border-color: #AA807C;
}
</style>