Shades of Brandy Rose #A8897F
Tints of Brandy Rose #A8897F
RGB
CMYK
RGB Variations
Color information
#A8897F (or 0xA8897F) is known color: Brandy Rose. HEX triplet: A8, 89 and 7F. RGB value is (168,137,127). Sum of RGB (Red+Green+Blue) = 168+137+127=432 (57% of max value = 765). Red value is 168 (66.02% from 255 or 38.89% from 432); Green value is 137 (53.91% from 255 or 31.71% from 432); Blue value is 127 (50% from 255 or 29.40% from 432); Max value from RGB is 168 - color contains mainly: red. Hex color #A8897F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A8897F is #577680. Grayscale: #919191. Windows color (decimal): -5731969 or 8358312. OLE color: 8358312.
HSL color Cylindrical-coordinate representation of color #A8897F: hue angle of 14.63º 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 #A8897F is Cyan = 0, Magento = 0.18, Yellow = 0.24 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 137 | 127 | - |
| CMYK | 0 | 0.18 | 0.24 | 0.34 |
| HSL | 14.63º | 0.19% | 0.58% | - |
| HSV(B) | 14.63º | 0.24% | 0.66% | - |
| XYZ | 28.92 | 27.75 | 23.91 | - |
| YUV | 145.13 | 117.77 | 144.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 137 | 127 | 0 | 0.18 | 0.24 | 0.34 | 14.63 | 0.19 | 0.58 |
| Hex | A8 | 89 | 7F | 0 | 12 | 18 | 22 | F | 13 | 3A |
| Octal | 250 | 211 | 177 | 0 | 22 | 30 | 42 | 17 | 23 | 72 |
| Binary | 10101000 | 10001001 | 1111111 | 0 | 10010 | 11000 | 100010 | 1111 | 10011 | 111010 |
Color Harmonies of #A8897F
Complementary color
Monochromatic Colors of #A8897F
Black with #A8897F
Text Example
Text Example
White with #A8897F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8897F; }
p { color: rgb(168,137,127); }
H1.HeaderClassName
{
color: #A8897F;
}
.AnyTagClassName
{
color: #A8897F;
}
</style>
background-color css
<style>
a { background-color: #A8897F; }
a { background-color: rgb(168,137,127); }
div.DivClassName
{
background-color: #A8897F;
}
.BgClassName
{
background-color: #A8897F;
}
</style>
border-color css
<style>
span { border-color: #A8897F; }
span { border-color: rgb(168,137,127); }
td.TdClassName
{
border-color: #A8897F;
}
.TagClassName
{
border-color: #A8897F;
}
</style>