Shades of Brandy Rose #AA7F77
Tints of Brandy Rose #AA7F77
RGB
CMYK
RGB Variations
Color information
#AA7F77 (or 0xAA7F77) is known color: Brandy Rose. HEX triplet: AA, 7F and 77. RGB value is (170,127,119). Sum of RGB (Red+Green+Blue) = 170+127+119=416 (55% of max value = 765). Red value is 170 (66.80% from 255 or 40.87% from 416); Green value is 127 (50% from 255 or 30.53% from 416); Blue value is 119 (46.88% from 255 or 28.61% from 416); Max value from RGB is 170 - color contains mainly: red. Hex color #AA7F77 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA7F77 is #558088. Grayscale: #8B8B8B. Windows color (decimal): -5603465 or 7831466. OLE color: 7831466.
HSL color Cylindrical-coordinate representation of color #AA7F77: hue angle of 9.41º 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 #AA7F77 is Cyan = 0, Magento = 0.25, Yellow = 0.3 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 127 | 119 | - |
| CMYK | 0 | 0.25 | 0.3 | 0.33 |
| HSL | 9.41º | 0.23% | 0.57% | - |
| HSV(B) | 9.41º | 0.3% | 0.67% | - |
| XYZ | 27.5 | 25.06 | 20.84 | - |
| YUV | 138.95 | 116.75 | 150.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 127 | 119 | 0 | 0.25 | 0.3 | 0.33 | 9.41 | 0.23 | 0.57 |
| Hex | AA | 7F | 77 | 0 | 19 | 1E | 21 | 9 | 17 | 39 |
| Octal | 252 | 177 | 167 | 0 | 31 | 36 | 41 | 11 | 27 | 71 |
| Binary | 10101010 | 1111111 | 1110111 | 0 | 11001 | 11110 | 100001 | 1001 | 10111 | 111001 |
Color Harmonies of #AA7F77
Complementary color
Monochromatic Colors of #AA7F77
Black with #AA7F77
Text Example
Text Example
White with #AA7F77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA7F77; }
p { color: rgb(170,127,119); }
H1.HeaderClassName
{
color: #AA7F77;
}
.AnyTagClassName
{
color: #AA7F77;
}
</style>
background-color css
<style>
a { background-color: #AA7F77; }
a { background-color: rgb(170,127,119); }
div.DivClassName
{
background-color: #AA7F77;
}
.BgClassName
{
background-color: #AA7F77;
}
</style>
border-color css
<style>
span { border-color: #AA7F77; }
span { border-color: rgb(170,127,119); }
td.TdClassName
{
border-color: #AA7F77;
}
.TagClassName
{
border-color: #AA7F77;
}
</style>