Shades of Brandy Rose #AA807E
Tints of Brandy Rose #AA807E
RGB
CMYK
RGB Variations
Color information
#AA807E (or 0xAA807E) is known color: Brandy Rose. HEX triplet: AA, 80 and 7E. RGB value is (170,128,126). Sum of RGB (Red+Green+Blue) = 170+128+126=424 (56% of max value = 765). Red value is 170 (66.80% from 255 or 40.09% from 424); Green value is 128 (50.39% from 255 or 30.19% from 424); Blue value is 126 (49.61% from 255 or 29.72% from 424); Max value from RGB is 170 - color contains mainly: red. Hex color #AA807E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AA807E is #557F81. Grayscale: #8C8C8C. Windows color (decimal): -5603202 or 8290474. OLE color: 8290474.
HSL color Cylindrical-coordinate representation of color #AA807E: hue angle of 2.73º 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 #AA807E is Cyan = 0, Magento = 0.25, Yellow = 0.26 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 128 | 126 | - |
| CMYK | 0 | 0.25 | 0.26 | 0.33 |
| HSL | 2.73º | 0.21% | 0.58% | - |
| HSV(B) | 2.73º | 0.26% | 0.67% | - |
| XYZ | 28.06 | 25.49 | 23.18 | - |
| YUV | 140.33 | 119.91 | 149.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 128 | 126 | 0 | 0.25 | 0.26 | 0.33 | 2.73 | 0.21 | 0.58 |
| Hex | AA | 80 | 7E | 0 | 19 | 1A | 21 | 3 | 15 | 3A |
| Octal | 252 | 200 | 176 | 0 | 31 | 32 | 41 | 3 | 25 | 72 |
| Binary | 10101010 | 10000000 | 1111110 | 0 | 11001 | 11010 | 100001 | 11 | 10101 | 111010 |
Color Harmonies of #AA807E
Complementary color
Monochromatic Colors of #AA807E
Black with #AA807E
Text Example
Text Example
White with #AA807E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA807E; }
p { color: rgb(170,128,126); }
H1.HeaderClassName
{
color: #AA807E;
}
.AnyTagClassName
{
color: #AA807E;
}
</style>
background-color css
<style>
a { background-color: #AA807E; }
a { background-color: rgb(170,128,126); }
div.DivClassName
{
background-color: #AA807E;
}
.BgClassName
{
background-color: #AA807E;
}
</style>
border-color css
<style>
span { border-color: #AA807E; }
span { border-color: rgb(170,128,126); }
td.TdClassName
{
border-color: #AA807E;
}
.TagClassName
{
border-color: #AA807E;
}
</style>