Shades of Brandy Rose #AA8380
Tints of Brandy Rose #AA8380
RGB
CMYK
RGB Variations
Color information
#AA8380 (or 0xAA8380) is known color: Brandy Rose. HEX triplet: AA, 83 and 80. RGB value is (170,131,128). Sum of RGB (Red+Green+Blue) = 170+131+128=429 (56% of max value = 765). Red value is 170 (66.80% from 255 or 39.63% from 429); Green value is 131 (51.56% from 255 or 30.54% from 429); Blue value is 128 (50.39% from 255 or 29.84% from 429); Max value from RGB is 170 - color contains mainly: red. Hex color #AA8380 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AA8380 is #557C7F. Grayscale: #8E8E8E. Windows color (decimal): -5602432 or 8422314. OLE color: 8422314.
HSL color Cylindrical-coordinate representation of color #AA8380: hue angle of 4.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 #AA8380 is Cyan = 0, Magento = 0.23, Yellow = 0.25 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 131 | 128 | - |
| CMYK | 0 | 0.23 | 0.25 | 0.33 |
| HSL | 4.29º | 0.2% | 0.58% | - |
| HSV(B) | 4.29º | 0.25% | 0.67% | - |
| XYZ | 28.59 | 26.34 | 24 | - |
| YUV | 142.32 | 119.92 | 147.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 131 | 128 | 0 | 0.23 | 0.25 | 0.33 | 4.29 | 0.2 | 0.58 |
| Hex | AA | 83 | 80 | 0 | 17 | 19 | 21 | 4 | 14 | 3A |
| Octal | 252 | 203 | 200 | 0 | 27 | 31 | 41 | 4 | 24 | 72 |
| Binary | 10101010 | 10000011 | 10000000 | 0 | 10111 | 11001 | 100001 | 100 | 10100 | 111010 |
Color Harmonies of #AA8380
Complementary color
Monochromatic Colors of #AA8380
Black with #AA8380
Text Example
Text Example
White with #AA8380
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA8380; }
p { color: rgb(170,131,128); }
H1.HeaderClassName
{
color: #AA8380;
}
.AnyTagClassName
{
color: #AA8380;
}
</style>
background-color css
<style>
a { background-color: #AA8380; }
a { background-color: rgb(170,131,128); }
div.DivClassName
{
background-color: #AA8380;
}
.BgClassName
{
background-color: #AA8380;
}
</style>
border-color css
<style>
span { border-color: #AA8380; }
span { border-color: rgb(170,131,128); }
td.TdClassName
{
border-color: #AA8380;
}
.TagClassName
{
border-color: #AA8380;
}
</style>