Shades of Brandy Rose #A87B74
Tints of Brandy Rose #A87B74
RGB
CMYK
RGB Variations
Color information
#A87B74 (or 0xA87B74) is known color: Brandy Rose. HEX triplet: A8, 7B and 74. RGB value is (168,123,116). Sum of RGB (Red+Green+Blue) = 168+123+116=407 (53% of max value = 765). Red value is 168 (66.02% from 255 or 41.28% from 407); Green value is 123 (48.44% from 255 or 30.22% from 407); Blue value is 116 (45.70% from 255 or 28.50% from 407); Max value from RGB is 168 - color contains mainly: red. Hex color #A87B74 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A87B74 is #57848B. Grayscale: #878787. Windows color (decimal): -5735564 or 7633832. OLE color: 7633832.
HSL color Cylindrical-coordinate representation of color #A87B74: hue angle of 8.08º 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 #A87B74 is Cyan = 0, Magento = 0.27, Yellow = 0.31 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 123 | 116 | - |
| CMYK | 0 | 0.27 | 0.31 | 0.34 |
| HSL | 8.08º | 0.23% | 0.56% | - |
| HSV(B) | 8.08º | 0.31% | 0.66% | - |
| XYZ | 26.38 | 23.75 | 19.72 | - |
| YUV | 135.66 | 116.91 | 151.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 123 | 116 | 0 | 0.27 | 0.31 | 0.34 | 8.08 | 0.23 | 0.56 |
| Hex | A8 | 7B | 74 | 0 | 1B | 1F | 22 | 8 | 17 | 38 |
| Octal | 250 | 173 | 164 | 0 | 33 | 37 | 42 | 10 | 27 | 70 |
| Binary | 10101000 | 1111011 | 1110100 | 0 | 11011 | 11111 | 100010 | 1000 | 10111 | 111000 |
Color Harmonies of #A87B74
Complementary color
Monochromatic Colors of #A87B74
Black with #A87B74
Text Example
Text Example
White with #A87B74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A87B74; }
p { color: rgb(168,123,116); }
H1.HeaderClassName
{
color: #A87B74;
}
.AnyTagClassName
{
color: #A87B74;
}
</style>
background-color css
<style>
a { background-color: #A87B74; }
a { background-color: rgb(168,123,116); }
div.DivClassName
{
background-color: #A87B74;
}
.BgClassName
{
background-color: #A87B74;
}
</style>
border-color css
<style>
span { border-color: #A87B74; }
span { border-color: rgb(168,123,116); }
td.TdClassName
{
border-color: #A87B74;
}
.TagClassName
{
border-color: #A87B74;
}
</style>