Shades of Brandy Rose #AA7B76
Tints of Brandy Rose #AA7B76
RGB
CMYK
RGB Variations
Color information
#AA7B76 (or 0xAA7B76) is known color: Brandy Rose. HEX triplet: AA, 7B and 76. RGB value is (170,123,118). Sum of RGB (Red+Green+Blue) = 170+123+118=411 (54% of max value = 765). Red value is 170 (66.80% from 255 or 41.36% from 411); Green value is 123 (48.44% from 255 or 29.93% from 411); Blue value is 118 (46.48% from 255 or 28.71% from 411); Max value from RGB is 170 - color contains mainly: red. Hex color #AA7B76 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA7B76 is #558489. Grayscale: #888888. Windows color (decimal): -5604490 or 7764906. OLE color: 7764906.
HSL color Cylindrical-coordinate representation of color #AA7B76: hue angle of 5.77º 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 #AA7B76 is Cyan = 0, Magento = 0.28, Yellow = 0.31 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 123 | 118 | - |
| CMYK | 0 | 0.28 | 0.31 | 0.33 |
| HSL | 5.77º | 0.23% | 0.56% | - |
| HSV(B) | 5.77º | 0.31% | 0.67% | - |
| XYZ | 26.93 | 24.02 | 20.36 | - |
| YUV | 136.48 | 117.57 | 151.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 123 | 118 | 0 | 0.28 | 0.31 | 0.33 | 5.77 | 0.23 | 0.56 |
| Hex | AA | 7B | 76 | 0 | 1C | 1F | 21 | 6 | 17 | 38 |
| Octal | 252 | 173 | 166 | 0 | 34 | 37 | 41 | 6 | 27 | 70 |
| Binary | 10101010 | 1111011 | 1110110 | 0 | 11100 | 11111 | 100001 | 110 | 10111 | 111000 |
Color Harmonies of #AA7B76
Complementary color
Monochromatic Colors of #AA7B76
Black with #AA7B76
Text Example
Text Example
White with #AA7B76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA7B76; }
p { color: rgb(170,123,118); }
H1.HeaderClassName
{
color: #AA7B76;
}
.AnyTagClassName
{
color: #AA7B76;
}
</style>
background-color css
<style>
a { background-color: #AA7B76; }
a { background-color: rgb(170,123,118); }
div.DivClassName
{
background-color: #AA7B76;
}
.BgClassName
{
background-color: #AA7B76;
}
</style>
border-color css
<style>
span { border-color: #AA7B76; }
span { border-color: rgb(170,123,118); }
td.TdClassName
{
border-color: #AA7B76;
}
.TagClassName
{
border-color: #AA7B76;
}
</style>