Shades of Brandy Rose #A87C74
Tints of Brandy Rose #A87C74
RGB
CMYK
RGB Variations
Color information
#A87C74 (or 0xA87C74) is known color: Brandy Rose. HEX triplet: A8, 7C and 74. RGB value is (168,124,116). Sum of RGB (Red+Green+Blue) = 168+124+116=408 (54% of max value = 765). Red value is 168 (66.02% from 255 or 41.18% from 408); Green value is 124 (48.83% from 255 or 30.39% from 408); Blue value is 116 (45.70% from 255 or 28.43% from 408); Max value from RGB is 168 - color contains mainly: red. Hex color #A87C74 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A87C74 is #57838B. Grayscale: #888888. Windows color (decimal): -5735308 or 7634088. OLE color: 7634088.
HSL color Cylindrical-coordinate representation of color #A87C74: hue angle of 9.23º degrees, saturation: 0.23, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #A87C74 is Cyan = 0, Magento = 0.26, Yellow = 0.31 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 124 | 116 | - |
| CMYK | 0 | 0.26 | 0.31 | 0.34 |
| HSL | 9.23º | 0.23% | 0.56% | - |
| HSV(B) | 9.23º | 0.31% | 0.66% | - |
| XYZ | 26.51 | 24 | 19.76 | - |
| YUV | 136.24 | 116.58 | 150.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 124 | 116 | 0 | 0.26 | 0.31 | 0.34 | 9.23 | 0.23 | 0.56 |
| Hex | A8 | 7C | 74 | 0 | 1A | 1F | 22 | 9 | 17 | 38 |
| Octal | 250 | 174 | 164 | 0 | 32 | 37 | 42 | 11 | 27 | 70 |
| Binary | 10101000 | 1111100 | 1110100 | 0 | 11010 | 11111 | 100010 | 1001 | 10111 | 111000 |
Color Harmonies of #A87C74
Complementary color
Monochromatic Colors of #A87C74
Black with #A87C74
Text Example
Text Example
White with #A87C74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A87C74; }
p { color: rgb(168,124,116); }
H1.HeaderClassName
{
color: #A87C74;
}
.AnyTagClassName
{
color: #A87C74;
}
</style>
background-color css
<style>
a { background-color: #A87C74; }
a { background-color: rgb(168,124,116); }
div.DivClassName
{
background-color: #A87C74;
}
.BgClassName
{
background-color: #A87C74;
}
</style>
border-color css
<style>
span { border-color: #A87C74; }
span { border-color: rgb(168,124,116); }
td.TdClassName
{
border-color: #A87C74;
}
.TagClassName
{
border-color: #A87C74;
}
</style>