Shades of Brandy Rose #AA807A
Tints of Brandy Rose #AA807A
RGB
CMYK
RGB Variations
Color information
#AA807A (or 0xAA807A) is known color: Brandy Rose. HEX triplet: AA, 80 and 7A. RGB value is (170,128,122). Sum of RGB (Red+Green+Blue) = 170+128+122=420 (55% of max value = 765). Red value is 170 (66.80% from 255 or 40.48% from 420); Green value is 128 (50.39% from 255 or 30.48% from 420); Blue value is 122 (48.05% from 255 or 29.05% from 420); Max value from RGB is 170 - color contains mainly: red. Hex color #AA807A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AA807A is #557F85. Grayscale: #8B8B8B. Windows color (decimal): -5603206 or 8028330. OLE color: 8028330.
HSL color Cylindrical-coordinate representation of color #AA807A: hue angle of 7.5º 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 #AA807A is Cyan = 0, Magento = 0.25, Yellow = 0.28 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 128 | 122 | - |
| CMYK | 0 | 0.25 | 0.28 | 0.33 |
| HSL | 7.5º | 0.22% | 0.57% | - |
| HSV(B) | 7.5º | 0.28% | 0.67% | - |
| XYZ | 27.81 | 25.39 | 21.85 | - |
| YUV | 139.87 | 117.91 | 149.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 128 | 122 | 0 | 0.25 | 0.28 | 0.33 | 7.5 | 0.22 | 0.57 |
| Hex | AA | 80 | 7A | 0 | 19 | 1C | 21 | 8 | 16 | 39 |
| Octal | 252 | 200 | 172 | 0 | 31 | 34 | 41 | 10 | 26 | 71 |
| Binary | 10101010 | 10000000 | 1111010 | 0 | 11001 | 11100 | 100001 | 1000 | 10110 | 111001 |
Color Harmonies of #AA807A
Complementary color
Monochromatic Colors of #AA807A
Black with #AA807A
Text Example
Text Example
White with #AA807A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA807A; }
p { color: rgb(170,128,122); }
H1.HeaderClassName
{
color: #AA807A;
}
.AnyTagClassName
{
color: #AA807A;
}
</style>
background-color css
<style>
a { background-color: #AA807A; }
a { background-color: rgb(170,128,122); }
div.DivClassName
{
background-color: #AA807A;
}
.BgClassName
{
background-color: #AA807A;
}
</style>
border-color css
<style>
span { border-color: #AA807A; }
span { border-color: rgb(170,128,122); }
td.TdClassName
{
border-color: #AA807A;
}
.TagClassName
{
border-color: #AA807A;
}
</style>