Shades of Brandy Rose #A88580
Tints of Brandy Rose #A88580
RGB
CMYK
RGB Variations
Color information
#A88580 (or 0xA88580) is known color: Brandy Rose. HEX triplet: A8, 85 and 80. RGB value is (168,133,128). Sum of RGB (Red+Green+Blue) = 168+133+128=429 (56% of max value = 765). Red value is 168 (66.02% from 255 or 39.16% from 429); Green value is 133 (52.34% from 255 or 31.00% from 429); Blue value is 128 (50.39% from 255 or 29.84% from 429); Max value from RGB is 168 - color contains mainly: red. Hex color #A88580 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A88580 is #577A7F. Grayscale: #8E8E8E. Windows color (decimal): -5732992 or 8422824. OLE color: 8422824.
HSL color Cylindrical-coordinate representation of color #A88580: hue angle of 7.5º 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 #A88580 is Cyan = 0, Magento = 0.21, Yellow = 0.24 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 133 | 128 | - |
| CMYK | 0 | 0.21 | 0.24 | 0.34 |
| HSL | 7.5º | 0.19% | 0.58% | - |
| HSV(B) | 7.5º | 0.24% | 0.66% | - |
| XYZ | 28.43 | 26.66 | 24.07 | - |
| YUV | 142.9 | 119.6 | 145.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 133 | 128 | 0 | 0.21 | 0.24 | 0.34 | 7.5 | 0.19 | 0.58 |
| Hex | A8 | 85 | 80 | 0 | 15 | 18 | 22 | 8 | 13 | 3A |
| Octal | 250 | 205 | 200 | 0 | 25 | 30 | 42 | 10 | 23 | 72 |
| Binary | 10101000 | 10000101 | 10000000 | 0 | 10101 | 11000 | 100010 | 1000 | 10011 | 111010 |
Color Harmonies of #A88580
Complementary color
Monochromatic Colors of #A88580
Black with #A88580
Text Example
Text Example
White with #A88580
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A88580; }
p { color: rgb(168,133,128); }
H1.HeaderClassName
{
color: #A88580;
}
.AnyTagClassName
{
color: #A88580;
}
</style>
background-color css
<style>
a { background-color: #A88580; }
a { background-color: rgb(168,133,128); }
div.DivClassName
{
background-color: #A88580;
}
.BgClassName
{
background-color: #A88580;
}
</style>
border-color css
<style>
span { border-color: #A88580; }
span { border-color: rgb(168,133,128); }
td.TdClassName
{
border-color: #A88580;
}
.TagClassName
{
border-color: #A88580;
}
</style>