Shades of Brandy Rose #AA7E73
Tints of Brandy Rose #AA7E73
RGB
CMYK
RGB Variations
Color information
#AA7E73 (or 0xAA7E73) is known color: Brandy Rose. HEX triplet: AA, 7E and 73. RGB value is (170,126,115). Sum of RGB (Red+Green+Blue) = 170+126+115=411 (54% of max value = 765). Red value is 170 (66.80% from 255 or 41.36% from 411); Green value is 126 (49.61% from 255 or 30.66% from 411); Blue value is 115 (45.31% from 255 or 27.98% from 411); Max value from RGB is 170 - color contains mainly: red. Hex color #AA7E73 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA7E73 is #55818C. Grayscale: #898989. Windows color (decimal): -5603725 or 7569066. OLE color: 7569066.
HSL color Cylindrical-coordinate representation of color #AA7E73: hue angle of 12º degrees, saturation: 0.24, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #AA7E73 is Cyan = 0, Magento = 0.26, Yellow = 0.32 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 126 | 115 | - |
| CMYK | 0 | 0.26 | 0.32 | 0.33 |
| HSL | 12º | 0.24% | 0.56% | - |
| HSV(B) | 12º | 0.32% | 0.67% | - |
| XYZ | 27.13 | 24.71 | 19.56 | - |
| YUV | 137.9 | 115.08 | 150.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 126 | 115 | 0 | 0.26 | 0.32 | 0.33 | 12 | 0.24 | 0.56 |
| Hex | AA | 7E | 73 | 0 | 1A | 20 | 21 | C | 18 | 38 |
| Octal | 252 | 176 | 163 | 0 | 32 | 40 | 41 | 14 | 30 | 70 |
| Binary | 10101010 | 1111110 | 1110011 | 0 | 11010 | 100000 | 100001 | 1100 | 11000 | 111000 |
Color Harmonies of #AA7E73
Complementary color
Monochromatic Colors of #AA7E73
Black with #AA7E73
Text Example
Text Example
White with #AA7E73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA7E73; }
p { color: rgb(170,126,115); }
H1.HeaderClassName
{
color: #AA7E73;
}
.AnyTagClassName
{
color: #AA7E73;
}
</style>
background-color css
<style>
a { background-color: #AA7E73; }
a { background-color: rgb(170,126,115); }
div.DivClassName
{
background-color: #AA7E73;
}
.BgClassName
{
background-color: #AA7E73;
}
</style>
border-color css
<style>
span { border-color: #AA7E73; }
span { border-color: rgb(170,126,115); }
td.TdClassName
{
border-color: #AA7E73;
}
.TagClassName
{
border-color: #AA7E73;
}
</style>