Shades of Brandy Rose #AA8179
Tints of Brandy Rose #AA8179
RGB
CMYK
RGB Variations
Color information
#AA8179 (or 0xAA8179) is known color: Brandy Rose. HEX triplet: AA, 81 and 79. RGB value is (170,129,121). Sum of RGB (Red+Green+Blue) = 170+129+121=420 (55% of max value = 765). Red value is 170 (66.80% from 255 or 40.48% from 420); Green value is 129 (50.78% from 255 or 30.71% from 420); Blue value is 121 (47.66% from 255 or 28.81% from 420); Max value from RGB is 170 - color contains mainly: red. Hex color #AA8179 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AA8179 is #557E86. Grayscale: #8C8C8C. Windows color (decimal): -5602951 or 7963050. OLE color: 7963050.
HSL color Cylindrical-coordinate representation of color #AA8179: hue angle of 9.8º degrees, saturation: 0.22, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #AA8179 is Cyan = 0, Magento = 0.24, Yellow = 0.29 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 129 | 121 | - |
| CMYK | 0 | 0.24 | 0.29 | 0.33 |
| HSL | 9.8º | 0.22% | 0.57% | - |
| HSV(B) | 9.8º | 0.29% | 0.67% | - |
| XYZ | 27.88 | 25.63 | 21.57 | - |
| YUV | 140.35 | 117.08 | 149.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 129 | 121 | 0 | 0.24 | 0.29 | 0.33 | 9.8 | 0.22 | 0.57 |
| Hex | AA | 81 | 79 | 0 | 18 | 1D | 21 | A | 16 | 39 |
| Octal | 252 | 201 | 171 | 0 | 30 | 35 | 41 | 12 | 26 | 71 |
| Binary | 10101010 | 10000001 | 1111001 | 0 | 11000 | 11101 | 100001 | 1010 | 10110 | 111001 |
Color Harmonies of #AA8179
Complementary color
Monochromatic Colors of #AA8179
Black with #AA8179
Text Example
Text Example
White with #AA8179
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA8179; }
p { color: rgb(170,129,121); }
H1.HeaderClassName
{
color: #AA8179;
}
.AnyTagClassName
{
color: #AA8179;
}
</style>
background-color css
<style>
a { background-color: #AA8179; }
a { background-color: rgb(170,129,121); }
div.DivClassName
{
background-color: #AA8179;
}
.BgClassName
{
background-color: #AA8179;
}
</style>
border-color css
<style>
span { border-color: #AA8179; }
span { border-color: rgb(170,129,121); }
td.TdClassName
{
border-color: #AA8179;
}
.TagClassName
{
border-color: #AA8179;
}
</style>