Shades of Brandy Rose #AA7E7A
Tints of Brandy Rose #AA7E7A
RGB
CMYK
RGB Variations
Color information
#AA7E7A (or 0xAA7E7A) is known color: Brandy Rose. HEX triplet: AA, 7E and 7A. RGB value is (170,126,122). Sum of RGB (Red+Green+Blue) = 170+126+122=418 (55% of max value = 765). Red value is 170 (66.80% from 255 or 40.67% from 418); Green value is 126 (49.61% from 255 or 30.14% from 418); Blue value is 122 (48.05% from 255 or 29.19% from 418); Max value from RGB is 170 - color contains mainly: red. Hex color #AA7E7A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA7E7A is #558185. Grayscale: #8A8A8A. Windows color (decimal): -5603718 or 8027818. OLE color: 8027818.
HSL color Cylindrical-coordinate representation of color #AA7E7A: hue angle of 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 #AA7E7A is Cyan = 0, Magento = 0.26, Yellow = 0.28 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 126 | 122 | - |
| CMYK | 0 | 0.26 | 0.28 | 0.33 |
| HSL | 5º | 0.22% | 0.57% | - |
| HSV(B) | 5º | 0.28% | 0.67% | - |
| XYZ | 27.55 | 24.87 | 21.76 | - |
| YUV | 138.7 | 118.58 | 150.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 126 | 122 | 0 | 0.26 | 0.28 | 0.33 | 5 | 0.22 | 0.57 |
| Hex | AA | 7E | 7A | 0 | 1A | 1C | 21 | 5 | 16 | 39 |
| Octal | 252 | 176 | 172 | 0 | 32 | 34 | 41 | 5 | 26 | 71 |
| Binary | 10101010 | 1111110 | 1111010 | 0 | 11010 | 11100 | 100001 | 101 | 10110 | 111001 |
Color Harmonies of #AA7E7A
Complementary color
Monochromatic Colors of #AA7E7A
Black with #AA7E7A
Text Example
Text Example
White with #AA7E7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA7E7A; }
p { color: rgb(170,126,122); }
H1.HeaderClassName
{
color: #AA7E7A;
}
.AnyTagClassName
{
color: #AA7E7A;
}
</style>
background-color css
<style>
a { background-color: #AA7E7A; }
a { background-color: rgb(170,126,122); }
div.DivClassName
{
background-color: #AA7E7A;
}
.BgClassName
{
background-color: #AA7E7A;
}
</style>
border-color css
<style>
span { border-color: #AA7E7A; }
span { border-color: rgb(170,126,122); }
td.TdClassName
{
border-color: #AA7E7A;
}
.TagClassName
{
border-color: #AA7E7A;
}
</style>