Shades of Brandy Rose #A87C73
Tints of Brandy Rose #A87C73
RGB
CMYK
RGB Variations
Color information
#A87C73 (or 0xA87C73) is known color: Brandy Rose. HEX triplet: A8, 7C and 73. RGB value is (168,124,115). Sum of RGB (Red+Green+Blue) = 168+124+115=407 (53% of max value = 765). Red value is 168 (66.02% from 255 or 41.28% from 407); Green value is 124 (48.83% from 255 or 30.47% from 407); Blue value is 115 (45.31% from 255 or 28.26% from 407); Max value from RGB is 168 - color contains mainly: red. Hex color #A87C73 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A87C73 is #57838C. Grayscale: #888888. Windows color (decimal): -5735309 or 7568552. OLE color: 7568552.
HSL color Cylindrical-coordinate representation of color #A87C73: hue angle of 10.19º degrees, saturation: 0.23, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #A87C73 is Cyan = 0, Magento = 0.26, Yellow = 0.32 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 124 | 115 | - |
| CMYK | 0 | 0.26 | 0.32 | 0.34 |
| HSL | 10.19º | 0.23% | 0.55% | - |
| HSV(B) | 10.19º | 0.32% | 0.66% | - |
| XYZ | 26.45 | 23.98 | 19.45 | - |
| YUV | 136.13 | 116.08 | 150.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 124 | 115 | 0 | 0.26 | 0.32 | 0.34 | 10.19 | 0.23 | 0.55 |
| Hex | A8 | 7C | 73 | 0 | 1A | 20 | 22 | A | 17 | 37 |
| Octal | 250 | 174 | 163 | 0 | 32 | 40 | 42 | 12 | 27 | 67 |
| Binary | 10101000 | 1111100 | 1110011 | 0 | 11010 | 100000 | 100010 | 1010 | 10111 | 110111 |
Color Harmonies of #A87C73
Complementary color
Monochromatic Colors of #A87C73
Black with #A87C73
Text Example
Text Example
White with #A87C73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A87C73; }
p { color: rgb(168,124,115); }
H1.HeaderClassName
{
color: #A87C73;
}
.AnyTagClassName
{
color: #A87C73;
}
</style>
background-color css
<style>
a { background-color: #A87C73; }
a { background-color: rgb(168,124,115); }
div.DivClassName
{
background-color: #A87C73;
}
.BgClassName
{
background-color: #A87C73;
}
</style>
border-color css
<style>
span { border-color: #A87C73; }
span { border-color: rgb(168,124,115); }
td.TdClassName
{
border-color: #A87C73;
}
.TagClassName
{
border-color: #A87C73;
}
</style>