Shades of Brandy Rose #AA7D76
Tints of Brandy Rose #AA7D76
RGB
CMYK
RGB Variations
Color information
#AA7D76 (or 0xAA7D76) is known color: Brandy Rose. HEX triplet: AA, 7D and 76. RGB value is (170,125,118). Sum of RGB (Red+Green+Blue) = 170+125+118=413 (54% of max value = 765). Red value is 170 (66.80% from 255 or 41.16% from 413); Green value is 125 (49.22% from 255 or 30.27% from 413); Blue value is 118 (46.48% from 255 or 28.57% from 413); Max value from RGB is 170 - color contains mainly: red. Hex color #AA7D76 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA7D76 is #558289. Grayscale: #898989. Windows color (decimal): -5603978 or 7765418. OLE color: 7765418.
HSL color Cylindrical-coordinate representation of color #AA7D76: hue angle of 8.08º 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 #AA7D76 is Cyan = 0, Magento = 0.26, Yellow = 0.31 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 125 | 118 | - |
| CMYK | 0 | 0.26 | 0.31 | 0.33 |
| HSL | 8.08º | 0.23% | 0.56% | - |
| HSV(B) | 8.08º | 0.31% | 0.67% | - |
| XYZ | 27.18 | 24.52 | 20.44 | - |
| YUV | 137.66 | 116.91 | 151.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 125 | 118 | 0 | 0.26 | 0.31 | 0.33 | 8.08 | 0.23 | 0.56 |
| Hex | AA | 7D | 76 | 0 | 1A | 1F | 21 | 8 | 17 | 38 |
| Octal | 252 | 175 | 166 | 0 | 32 | 37 | 41 | 10 | 27 | 70 |
| Binary | 10101010 | 1111101 | 1110110 | 0 | 11010 | 11111 | 100001 | 1000 | 10111 | 111000 |
Color Harmonies of #AA7D76
Complementary color
Monochromatic Colors of #AA7D76
Black with #AA7D76
Text Example
Text Example
White with #AA7D76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA7D76; }
p { color: rgb(170,125,118); }
H1.HeaderClassName
{
color: #AA7D76;
}
.AnyTagClassName
{
color: #AA7D76;
}
</style>
background-color css
<style>
a { background-color: #AA7D76; }
a { background-color: rgb(170,125,118); }
div.DivClassName
{
background-color: #AA7D76;
}
.BgClassName
{
background-color: #AA7D76;
}
</style>
border-color css
<style>
span { border-color: #AA7D76; }
span { border-color: rgb(170,125,118); }
td.TdClassName
{
border-color: #AA7D76;
}
.TagClassName
{
border-color: #AA7D76;
}
</style>