Shades of Brandy Rose #AA8781
Tints of Brandy Rose #AA8781
RGB
CMYK
RGB Variations
Color information
#AA8781 (or 0xAA8781) is known color: Brandy Rose. HEX triplet: AA, 87 and 81. RGB value is (170,135,129). Sum of RGB (Red+Green+Blue) = 170+135+129=434 (57% of max value = 765). Red value is 170 (66.80% from 255 or 39.17% from 434); Green value is 135 (53.12% from 255 or 31.11% from 434); Blue value is 129 (50.78% from 255 or 29.72% from 434); Max value from RGB is 170 - color contains mainly: red. Hex color #AA8781 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AA8781 is #55787E. Grayscale: #909090. Windows color (decimal): -5601407 or 8488874. OLE color: 8488874.
HSL color Cylindrical-coordinate representation of color #AA8781: hue angle of 8.78º 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 #AA8781 is Cyan = 0, Magento = 0.21, Yellow = 0.24 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 135 | 129 | - |
| CMYK | 0 | 0.21 | 0.24 | 0.33 |
| HSL | 8.78º | 0.19% | 0.59% | - |
| HSV(B) | 8.78º | 0.24% | 0.67% | - |
| XYZ | 29.2 | 27.46 | 24.53 | - |
| YUV | 144.78 | 119.1 | 145.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 135 | 129 | 0 | 0.21 | 0.24 | 0.33 | 8.78 | 0.19 | 0.59 |
| Hex | AA | 87 | 81 | 0 | 15 | 18 | 21 | 9 | 13 | 3B |
| Octal | 252 | 207 | 201 | 0 | 25 | 30 | 41 | 11 | 23 | 73 |
| Binary | 10101010 | 10000111 | 10000001 | 0 | 10101 | 11000 | 100001 | 1001 | 10011 | 111011 |
Color Harmonies of #AA8781
Complementary color
Monochromatic Colors of #AA8781
Black with #AA8781
Text Example
Text Example
White with #AA8781
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA8781; }
p { color: rgb(170,135,129); }
H1.HeaderClassName
{
color: #AA8781;
}
.AnyTagClassName
{
color: #AA8781;
}
</style>
background-color css
<style>
a { background-color: #AA8781; }
a { background-color: rgb(170,135,129); }
div.DivClassName
{
background-color: #AA8781;
}
.BgClassName
{
background-color: #AA8781;
}
</style>
border-color css
<style>
span { border-color: #AA8781; }
span { border-color: rgb(170,135,129); }
td.TdClassName
{
border-color: #AA8781;
}
.TagClassName
{
border-color: #AA8781;
}
</style>