Shades of Brandy Rose #AA7B77
Tints of Brandy Rose #AA7B77
RGB
CMYK
RGB Variations
Color information
#AA7B77 (or 0xAA7B77) is known color: Brandy Rose. HEX triplet: AA, 7B and 77. RGB value is (170,123,119). Sum of RGB (Red+Green+Blue) = 170+123+119=412 (54% of max value = 765). Red value is 170 (66.80% from 255 or 41.26% from 412); Green value is 123 (48.44% from 255 or 29.85% from 412); Blue value is 119 (46.88% from 255 or 28.88% from 412); Max value from RGB is 170 - color contains mainly: red. Hex color #AA7B77 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA7B77 is #558488. Grayscale: #888888. Windows color (decimal): -5604489 or 7830442. OLE color: 7830442.
HSL color Cylindrical-coordinate representation of color #AA7B77: hue angle of 4.71º 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 #AA7B77 is Cyan = 0, Magento = 0.28, Yellow = 0.3 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 123 | 119 | - |
| CMYK | 0 | 0.28 | 0.3 | 0.33 |
| HSL | 4.71º | 0.23% | 0.57% | - |
| HSV(B) | 4.71º | 0.3% | 0.67% | - |
| XYZ | 26.99 | 24.04 | 20.67 | - |
| YUV | 136.6 | 118.07 | 151.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 123 | 119 | 0 | 0.28 | 0.3 | 0.33 | 4.71 | 0.23 | 0.57 |
| Hex | AA | 7B | 77 | 0 | 1C | 1E | 21 | 5 | 17 | 39 |
| Octal | 252 | 173 | 167 | 0 | 34 | 36 | 41 | 5 | 27 | 71 |
| Binary | 10101010 | 1111011 | 1110111 | 0 | 11100 | 11110 | 100001 | 101 | 10111 | 111001 |
Color Harmonies of #AA7B77
Complementary color
Monochromatic Colors of #AA7B77
Black with #AA7B77
Text Example
Text Example
White with #AA7B77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA7B77; }
p { color: rgb(170,123,119); }
H1.HeaderClassName
{
color: #AA7B77;
}
.AnyTagClassName
{
color: #AA7B77;
}
</style>
background-color css
<style>
a { background-color: #AA7B77; }
a { background-color: rgb(170,123,119); }
div.DivClassName
{
background-color: #AA7B77;
}
.BgClassName
{
background-color: #AA7B77;
}
</style>
border-color css
<style>
span { border-color: #AA7B77; }
span { border-color: rgb(170,123,119); }
td.TdClassName
{
border-color: #AA7B77;
}
.TagClassName
{
border-color: #AA7B77;
}
</style>