Shades of Brandy Rose #AA7E7B
Tints of Brandy Rose #AA7E7B
RGB
CMYK
RGB Variations
Color information
#AA7E7B (or 0xAA7E7B) is known color: Brandy Rose. HEX triplet: AA, 7E and 7B. RGB value is (170,126,123). Sum of RGB (Red+Green+Blue) = 170+126+123=419 (55% of max value = 765). Red value is 170 (66.80% from 255 or 40.57% from 419); Green value is 126 (49.61% from 255 or 30.07% from 419); Blue value is 123 (48.44% from 255 or 29.36% from 419); Max value from RGB is 170 - color contains mainly: red. Hex color #AA7E7B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA7E7B is #558184. Grayscale: #8A8A8A. Windows color (decimal): -5603717 or 8093354. OLE color: 8093354.
HSL color Cylindrical-coordinate representation of color #AA7E7B: hue angle of 3.83º 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 #AA7E7B is Cyan = 0, Magento = 0.26, Yellow = 0.28 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 126 | 123 | - |
| CMYK | 0 | 0.26 | 0.28 | 0.33 |
| HSL | 3.83º | 0.22% | 0.57% | - |
| HSV(B) | 3.83º | 0.28% | 0.67% | - |
| XYZ | 27.61 | 24.9 | 22.09 | - |
| YUV | 138.81 | 119.08 | 150.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 126 | 123 | 0 | 0.26 | 0.28 | 0.33 | 3.83 | 0.22 | 0.57 |
| Hex | AA | 7E | 7B | 0 | 1A | 1C | 21 | 4 | 16 | 39 |
| Octal | 252 | 176 | 173 | 0 | 32 | 34 | 41 | 4 | 26 | 71 |
| Binary | 10101010 | 1111110 | 1111011 | 0 | 11010 | 11100 | 100001 | 100 | 10110 | 111001 |
Color Harmonies of #AA7E7B
Complementary color
Monochromatic Colors of #AA7E7B
Black with #AA7E7B
Text Example
Text Example
White with #AA7E7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA7E7B; }
p { color: rgb(170,126,123); }
H1.HeaderClassName
{
color: #AA7E7B;
}
.AnyTagClassName
{
color: #AA7E7B;
}
</style>
background-color css
<style>
a { background-color: #AA7E7B; }
a { background-color: rgb(170,126,123); }
div.DivClassName
{
background-color: #AA7E7B;
}
.BgClassName
{
background-color: #AA7E7B;
}
</style>
border-color css
<style>
span { border-color: #AA7E7B; }
span { border-color: rgb(170,126,123); }
td.TdClassName
{
border-color: #AA7E7B;
}
.TagClassName
{
border-color: #AA7E7B;
}
</style>