Shades of Brandy Rose #A8847F
Tints of Brandy Rose #A8847F
RGB
CMYK
RGB Variations
Color information
#A8847F (or 0xA8847F) is known color: Brandy Rose. HEX triplet: A8, 84 and 7F. RGB value is (168,132,127). Sum of RGB (Red+Green+Blue) = 168+132+127=427 (56% of max value = 765). Red value is 168 (66.02% from 255 or 39.34% from 427); Green value is 132 (51.95% from 255 or 30.91% from 427); Blue value is 127 (50% from 255 or 29.74% from 427); Max value from RGB is 168 - color contains mainly: red. Hex color #A8847F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A8847F is #577B80. Grayscale: #8E8E8E. Windows color (decimal): -5733249 or 8357032. OLE color: 8357032.
HSL color Cylindrical-coordinate representation of color #A8847F: hue angle of 7.32º 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 #A8847F is Cyan = 0, Magento = 0.21, Yellow = 0.24 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 132 | 127 | - |
| CMYK | 0 | 0.21 | 0.24 | 0.34 |
| HSL | 7.32º | 0.19% | 0.58% | - |
| HSV(B) | 7.32º | 0.24% | 0.66% | - |
| XYZ | 28.23 | 26.36 | 23.68 | - |
| YUV | 142.19 | 119.43 | 146.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 132 | 127 | 0 | 0.21 | 0.24 | 0.34 | 7.32 | 0.19 | 0.58 |
| Hex | A8 | 84 | 7F | 0 | 15 | 18 | 22 | 7 | 13 | 3A |
| Octal | 250 | 204 | 177 | 0 | 25 | 30 | 42 | 7 | 23 | 72 |
| Binary | 10101000 | 10000100 | 1111111 | 0 | 10101 | 11000 | 100010 | 111 | 10011 | 111010 |
Color Harmonies of #A8847F
Complementary color
Monochromatic Colors of #A8847F
Black with #A8847F
Text Example
Text Example
White with #A8847F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8847F; }
p { color: rgb(168,132,127); }
H1.HeaderClassName
{
color: #A8847F;
}
.AnyTagClassName
{
color: #A8847F;
}
</style>
background-color css
<style>
a { background-color: #A8847F; }
a { background-color: rgb(168,132,127); }
div.DivClassName
{
background-color: #A8847F;
}
.BgClassName
{
background-color: #A8847F;
}
</style>
border-color css
<style>
span { border-color: #A8847F; }
span { border-color: rgb(168,132,127); }
td.TdClassName
{
border-color: #A8847F;
}
.TagClassName
{
border-color: #A8847F;
}
</style>