Shades of Brandy Rose #AA8982
Tints of Brandy Rose #AA8982
RGB
CMYK
RGB Variations
Color information
#AA8982 (or 0xAA8982) is known color: Brandy Rose. HEX triplet: AA, 89 and 82. RGB value is (170,137,130). Sum of RGB (Red+Green+Blue) = 170+137+130=437 (57% of max value = 765). Red value is 170 (66.80% from 255 or 38.90% from 437); Green value is 137 (53.91% from 255 or 31.35% from 437); Blue value is 130 (51.17% from 255 or 29.75% from 437); Max value from RGB is 170 - color contains mainly: red. Hex color #AA8982 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AA8982 is #55767D. Grayscale: #929292. Windows color (decimal): -5600894 or 8554922. OLE color: 8554922.
HSL color Cylindrical-coordinate representation of color #AA8982: hue angle of 10.5º 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 #AA8982 is Cyan = 0, Magento = 0.19, Yellow = 0.24 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 137 | 130 | - |
| CMYK | 0 | 0.19 | 0.24 | 0.33 |
| HSL | 10.5º | 0.19% | 0.59% | - |
| HSV(B) | 10.5º | 0.24% | 0.67% | - |
| XYZ | 29.55 | 28.05 | 24.98 | - |
| YUV | 146.07 | 118.93 | 145.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 137 | 130 | 0 | 0.19 | 0.24 | 0.33 | 10.5 | 0.19 | 0.59 |
| Hex | AA | 89 | 82 | 0 | 13 | 18 | 21 | A | 13 | 3B |
| Octal | 252 | 211 | 202 | 0 | 23 | 30 | 41 | 12 | 23 | 73 |
| Binary | 10101010 | 10001001 | 10000010 | 0 | 10011 | 11000 | 100001 | 1010 | 10011 | 111011 |
Color Harmonies of #AA8982
Complementary color
Monochromatic Colors of #AA8982
Black with #AA8982
Text Example
Text Example
White with #AA8982
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA8982; }
p { color: rgb(170,137,130); }
H1.HeaderClassName
{
color: #AA8982;
}
.AnyTagClassName
{
color: #AA8982;
}
</style>
background-color css
<style>
a { background-color: #AA8982; }
a { background-color: rgb(170,137,130); }
div.DivClassName
{
background-color: #AA8982;
}
.BgClassName
{
background-color: #AA8982;
}
</style>
border-color css
<style>
span { border-color: #AA8982; }
span { border-color: rgb(170,137,130); }
td.TdClassName
{
border-color: #AA8982;
}
.TagClassName
{
border-color: #AA8982;
}
</style>