Shades of Brandy Rose #AA8A80
Tints of Brandy Rose #AA8A80
RGB
CMYK
RGB Variations
Color information
#AA8A80 (or 0xAA8A80) is known color: Brandy Rose. HEX triplet: AA, 8A and 80. RGB value is (170,138,128). Sum of RGB (Red+Green+Blue) = 170+138+128=436 (57% of max value = 765). Red value is 170 (66.80% from 255 or 38.99% from 436); Green value is 138 (54.30% from 255 or 31.65% from 436); Blue value is 128 (50.39% from 255 or 29.36% from 436); Max value from RGB is 170 - color contains mainly: red. Hex color #AA8A80 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AA8A80 is #55757F. Grayscale: #929292. Windows color (decimal): -5600640 or 8424106. OLE color: 8424106.
HSL color Cylindrical-coordinate representation of color #AA8A80: hue angle of 14.29º degrees, saturation: 0.2, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #AA8A80 is Cyan = 0, Magento = 0.19, Yellow = 0.25 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 138 | 128 | - |
| CMYK | 0 | 0.19 | 0.25 | 0.33 |
| HSL | 14.29º | 0.2% | 0.58% | - |
| HSV(B) | 14.29º | 0.25% | 0.67% | - |
| XYZ | 29.56 | 28.28 | 24.32 | - |
| YUV | 146.43 | 117.6 | 144.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 138 | 128 | 0 | 0.19 | 0.25 | 0.33 | 14.29 | 0.2 | 0.58 |
| Hex | AA | 8A | 80 | 0 | 13 | 19 | 21 | E | 14 | 3A |
| Octal | 252 | 212 | 200 | 0 | 23 | 31 | 41 | 16 | 24 | 72 |
| Binary | 10101010 | 10001010 | 10000000 | 0 | 10011 | 11001 | 100001 | 1110 | 10100 | 111010 |
Color Harmonies of #AA8A80
Complementary color
Monochromatic Colors of #AA8A80
Black with #AA8A80
Text Example
Text Example
White with #AA8A80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA8A80; }
p { color: rgb(170,138,128); }
H1.HeaderClassName
{
color: #AA8A80;
}
.AnyTagClassName
{
color: #AA8A80;
}
</style>
background-color css
<style>
a { background-color: #AA8A80; }
a { background-color: rgb(170,138,128); }
div.DivClassName
{
background-color: #AA8A80;
}
.BgClassName
{
background-color: #AA8A80;
}
</style>
border-color css
<style>
span { border-color: #AA8A80; }
span { border-color: rgb(170,138,128); }
td.TdClassName
{
border-color: #AA8A80;
}
.TagClassName
{
border-color: #AA8A80;
}
</style>