Shades of Brandy Rose #A88380
Tints of Brandy Rose #A88380
RGB
CMYK
RGB Variations
Color information
#A88380 (or 0xA88380) is known color: Brandy Rose. HEX triplet: A8, 83 and 80. RGB value is (168,131,128). Sum of RGB (Red+Green+Blue) = 168+131+128=427 (56% of max value = 765). Red value is 168 (66.02% from 255 or 39.34% from 427); Green value is 131 (51.56% from 255 or 30.68% from 427); Blue value is 128 (50.39% from 255 or 29.98% from 427); Max value from RGB is 168 - color contains mainly: red. Hex color #A88380 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A88380 is #577C7F. Grayscale: #8D8D8D. Windows color (decimal): -5733504 or 8422312. OLE color: 8422312.
HSL color Cylindrical-coordinate representation of color #A88380: hue angle of 4.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 #A88380 is Cyan = 0, Magento = 0.22, Yellow = 0.24 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 131 | 128 | - |
| CMYK | 0 | 0.22 | 0.24 | 0.34 |
| HSL | 4.5º | 0.19% | 0.58% | - |
| HSV(B) | 4.5º | 0.24% | 0.66% | - |
| XYZ | 28.16 | 26.12 | 23.98 | - |
| YUV | 141.72 | 120.26 | 146.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 131 | 128 | 0 | 0.22 | 0.24 | 0.34 | 4.5 | 0.19 | 0.58 |
| Hex | A8 | 83 | 80 | 0 | 16 | 18 | 22 | 4 | 13 | 3A |
| Octal | 250 | 203 | 200 | 0 | 26 | 30 | 42 | 4 | 23 | 72 |
| Binary | 10101000 | 10000011 | 10000000 | 0 | 10110 | 11000 | 100010 | 100 | 10011 | 111010 |
Color Harmonies of #A88380
Complementary color
Monochromatic Colors of #A88380
Black with #A88380
Text Example
Text Example
White with #A88380
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A88380; }
p { color: rgb(168,131,128); }
H1.HeaderClassName
{
color: #A88380;
}
.AnyTagClassName
{
color: #A88380;
}
</style>
background-color css
<style>
a { background-color: #A88380; }
a { background-color: rgb(168,131,128); }
div.DivClassName
{
background-color: #A88380;
}
.BgClassName
{
background-color: #A88380;
}
</style>
border-color css
<style>
span { border-color: #A88380; }
span { border-color: rgb(168,131,128); }
td.TdClassName
{
border-color: #A88380;
}
.TagClassName
{
border-color: #A88380;
}
</style>