Shades of Brandy Rose #AA7A77
Tints of Brandy Rose #AA7A77
RGB
CMYK
RGB Variations
Color information
#AA7A77 (or 0xAA7A77) is known color: Brandy Rose. HEX triplet: AA, 7A and 77. RGB value is (170,122,119). Sum of RGB (Red+Green+Blue) = 170+122+119=411 (54% of max value = 765). Red value is 170 (66.80% from 255 or 41.36% from 411); Green value is 122 (48.05% from 255 or 29.68% from 411); Blue value is 119 (46.88% from 255 or 28.95% from 411); Max value from RGB is 170 - color contains mainly: red. Hex color #AA7A77 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA7A77 is #558588. Grayscale: #888888. Windows color (decimal): -5604745 or 7830186. OLE color: 7830186.
HSL color Cylindrical-coordinate representation of color #AA7A77: hue angle of 3.53º degrees, saturation: 0.23, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #AA7A77 is Cyan = 0, Magento = 0.28, Yellow = 0.3 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 122 | 119 | - |
| CMYK | 0 | 0.28 | 0.3 | 0.33 |
| HSL | 3.53º | 0.23% | 0.57% | - |
| HSV(B) | 3.53º | 0.3% | 0.67% | - |
| XYZ | 26.87 | 23.8 | 20.63 | - |
| YUV | 136.01 | 118.4 | 152.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 122 | 119 | 0 | 0.28 | 0.3 | 0.33 | 3.53 | 0.23 | 0.57 |
| Hex | AA | 7A | 77 | 0 | 1C | 1E | 21 | 4 | 17 | 39 |
| Octal | 252 | 172 | 167 | 0 | 34 | 36 | 41 | 4 | 27 | 71 |
| Binary | 10101010 | 1111010 | 1110111 | 0 | 11100 | 11110 | 100001 | 100 | 10111 | 111001 |
Color Harmonies of #AA7A77
Complementary color
Monochromatic Colors of #AA7A77
Black with #AA7A77
Text Example
Text Example
White with #AA7A77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA7A77; }
p { color: rgb(170,122,119); }
H1.HeaderClassName
{
color: #AA7A77;
}
.AnyTagClassName
{
color: #AA7A77;
}
</style>
background-color css
<style>
a { background-color: #AA7A77; }
a { background-color: rgb(170,122,119); }
div.DivClassName
{
background-color: #AA7A77;
}
.BgClassName
{
background-color: #AA7A77;
}
</style>
border-color css
<style>
span { border-color: #AA7A77; }
span { border-color: rgb(170,122,119); }
td.TdClassName
{
border-color: #AA7A77;
}
.TagClassName
{
border-color: #AA7A77;
}
</style>