Shades of Brandy Rose #A98880
Tints of Brandy Rose #A98880
RGB
CMYK
RGB Variations
Color information
#A98880 (or 0xA98880) is known color: Brandy Rose. HEX triplet: A9, 88 and 80. RGB value is (169,136,128). Sum of RGB (Red+Green+Blue) = 169+136+128=433 (57% of max value = 765). Red value is 169 (66.41% from 255 or 39.03% from 433); Green value is 136 (53.52% from 255 or 31.41% from 433); Blue value is 128 (50.39% from 255 or 29.56% from 433); Max value from RGB is 169 - color contains mainly: red. Hex color #A98880 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A98880 is #56777F. Grayscale: #919191. Windows color (decimal): -5666688 or 8423593. OLE color: 8423593.
HSL color Cylindrical-coordinate representation of color #A98880: hue angle of 11.71º degrees, saturation: 0.19, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #A98880 is Cyan = 0, Magento = 0.20, Yellow = 0.24 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 136 | 128 | - |
| CMYK | 0 | 0.20 | 0.24 | 0.34 |
| HSL | 11.71º | 0.19% | 0.58% | - |
| HSV(B) | 11.71º | 0.24% | 0.66% | - |
| XYZ | 29.06 | 27.6 | 24.22 | - |
| YUV | 144.96 | 118.43 | 145.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 136 | 128 | 0 | 0.20 | 0.24 | 0.34 | 11.71 | 0.19 | 0.58 |
| Hex | A9 | 88 | 80 | 0 | 14 | 18 | 22 | C | 13 | 3A |
| Octal | 251 | 210 | 200 | 0 | 24 | 30 | 42 | 14 | 23 | 72 |
| Binary | 10101001 | 10001000 | 10000000 | 0 | 10100 | 11000 | 100010 | 1100 | 10011 | 111010 |
Color Harmonies of #A98880
Complementary color
Monochromatic Colors of #A98880
Black with #A98880
Text Example
Text Example
White with #A98880
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A98880; }
p { color: rgb(169,136,128); }
H1.HeaderClassName
{
color: #A98880;
}
.AnyTagClassName
{
color: #A98880;
}
</style>
background-color css
<style>
a { background-color: #A98880; }
a { background-color: rgb(169,136,128); }
div.DivClassName
{
background-color: #A98880;
}
.BgClassName
{
background-color: #A98880;
}
</style>
border-color css
<style>
span { border-color: #A98880; }
span { border-color: rgb(169,136,128); }
td.TdClassName
{
border-color: #A98880;
}
.TagClassName
{
border-color: #A98880;
}
</style>