Shades of Brandy Rose #AA7E76
Tints of Brandy Rose #AA7E76
RGB
CMYK
RGB Variations
Color information
#AA7E76 (or 0xAA7E76) is known color: Brandy Rose. HEX triplet: AA, 7E and 76. RGB value is (170,126,118). Sum of RGB (Red+Green+Blue) = 170+126+118=414 (54% of max value = 765). Red value is 170 (66.80% from 255 or 41.06% from 414); Green value is 126 (49.61% from 255 or 30.43% from 414); Blue value is 118 (46.48% from 255 or 28.50% from 414); Max value from RGB is 170 - color contains mainly: red. Hex color #AA7E76 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA7E76 is #558189. Grayscale: #8A8A8A. Windows color (decimal): -5603722 or 7765674. OLE color: 7765674.
HSL color Cylindrical-coordinate representation of color #AA7E76: hue angle of 9.23º degrees, saturation: 0.23, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #AA7E76 is Cyan = 0, Magento = 0.26, Yellow = 0.31 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 126 | 118 | - |
| CMYK | 0 | 0.26 | 0.31 | 0.33 |
| HSL | 9.23º | 0.23% | 0.56% | - |
| HSV(B) | 9.23º | 0.31% | 0.67% | - |
| XYZ | 27.31 | 24.78 | 20.48 | - |
| YUV | 138.24 | 116.58 | 150.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 126 | 118 | 0 | 0.26 | 0.31 | 0.33 | 9.23 | 0.23 | 0.56 |
| Hex | AA | 7E | 76 | 0 | 1A | 1F | 21 | 9 | 17 | 38 |
| Octal | 252 | 176 | 166 | 0 | 32 | 37 | 41 | 11 | 27 | 70 |
| Binary | 10101010 | 1111110 | 1110110 | 0 | 11010 | 11111 | 100001 | 1001 | 10111 | 111000 |
Color Harmonies of #AA7E76
Complementary color
Monochromatic Colors of #AA7E76
Black with #AA7E76
Text Example
Text Example
White with #AA7E76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA7E76; }
p { color: rgb(170,126,118); }
H1.HeaderClassName
{
color: #AA7E76;
}
.AnyTagClassName
{
color: #AA7E76;
}
</style>
background-color css
<style>
a { background-color: #AA7E76; }
a { background-color: rgb(170,126,118); }
div.DivClassName
{
background-color: #AA7E76;
}
.BgClassName
{
background-color: #AA7E76;
}
</style>
border-color css
<style>
span { border-color: #AA7E76; }
span { border-color: rgb(170,126,118); }
td.TdClassName
{
border-color: #AA7E76;
}
.TagClassName
{
border-color: #AA7E76;
}
</style>