Shades of Brandy Rose #AA8881
Tints of Brandy Rose #AA8881
RGB
CMYK
RGB Variations
Color information
#AA8881 (or 0xAA8881) is known color: Brandy Rose. HEX triplet: AA, 88 and 81. RGB value is (170,136,129). Sum of RGB (Red+Green+Blue) = 170+136+129=435 (57% of max value = 765). Red value is 170 (66.80% from 255 or 39.08% from 435); Green value is 136 (53.52% from 255 or 31.26% from 435); Blue value is 129 (50.78% from 255 or 29.66% from 435); Max value from RGB is 170 - color contains mainly: red. Hex color #AA8881 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AA8881 is #55777E. Grayscale: #919191. Windows color (decimal): -5601151 or 8489130. OLE color: 8489130.
HSL color Cylindrical-coordinate representation of color #AA8881: hue angle of 10.24º degrees, saturation: 0.19, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #AA8881 is Cyan = 0, Magento = 0.20, Yellow = 0.24 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 136 | 129 | - |
| CMYK | 0 | 0.20 | 0.24 | 0.33 |
| HSL | 10.24º | 0.19% | 0.59% | - |
| HSV(B) | 10.24º | 0.24% | 0.67% | - |
| XYZ | 29.34 | 27.74 | 24.58 | - |
| YUV | 145.37 | 118.76 | 145.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 136 | 129 | 0 | 0.20 | 0.24 | 0.33 | 10.24 | 0.19 | 0.59 |
| Hex | AA | 88 | 81 | 0 | 14 | 18 | 21 | A | 13 | 3B |
| Octal | 252 | 210 | 201 | 0 | 24 | 30 | 41 | 12 | 23 | 73 |
| Binary | 10101010 | 10001000 | 10000001 | 0 | 10100 | 11000 | 100001 | 1010 | 10011 | 111011 |
Color Harmonies of #AA8881
Complementary color
Monochromatic Colors of #AA8881
Black with #AA8881
Text Example
Text Example
White with #AA8881
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA8881; }
p { color: rgb(170,136,129); }
H1.HeaderClassName
{
color: #AA8881;
}
.AnyTagClassName
{
color: #AA8881;
}
</style>
background-color css
<style>
a { background-color: #AA8881; }
a { background-color: rgb(170,136,129); }
div.DivClassName
{
background-color: #AA8881;
}
.BgClassName
{
background-color: #AA8881;
}
</style>
border-color css
<style>
span { border-color: #AA8881; }
span { border-color: rgb(170,136,129); }
td.TdClassName
{
border-color: #AA8881;
}
.TagClassName
{
border-color: #AA8881;
}
</style>