Shades of Brandy Rose #A8887F
Tints of Brandy Rose #A8887F
RGB
CMYK
RGB Variations
Color information
#A8887F (or 0xA8887F) is known color: Brandy Rose. HEX triplet: A8, 88 and 7F. RGB value is (168,136,127). Sum of RGB (Red+Green+Blue) = 168+136+127=431 (57% of max value = 765). Red value is 168 (66.02% from 255 or 38.98% from 431); Green value is 136 (53.52% from 255 or 31.55% from 431); Blue value is 127 (50% from 255 or 29.47% from 431); Max value from RGB is 168 - color contains mainly: red. Hex color #A8887F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A8887F is #577780. Grayscale: #909090. Windows color (decimal): -5732225 or 8358056. OLE color: 8358056.
HSL color Cylindrical-coordinate representation of color #A8887F: hue angle of 13.17º 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 #A8887F is Cyan = 0, Magento = 0.19, Yellow = 0.24 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 136 | 127 | - |
| CMYK | 0 | 0.19 | 0.24 | 0.34 |
| HSL | 13.17º | 0.19% | 0.58% | - |
| HSV(B) | 13.17º | 0.24% | 0.66% | - |
| XYZ | 28.78 | 27.47 | 23.86 | - |
| YUV | 144.54 | 118.1 | 144.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 136 | 127 | 0 | 0.19 | 0.24 | 0.34 | 13.17 | 0.19 | 0.58 |
| Hex | A8 | 88 | 7F | 0 | 13 | 18 | 22 | D | 13 | 3A |
| Octal | 250 | 210 | 177 | 0 | 23 | 30 | 42 | 15 | 23 | 72 |
| Binary | 10101000 | 10001000 | 1111111 | 0 | 10011 | 11000 | 100010 | 1101 | 10011 | 111010 |
Color Harmonies of #A8887F
Complementary color
Monochromatic Colors of #A8887F
Black with #A8887F
Text Example
Text Example
White with #A8887F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8887F; }
p { color: rgb(168,136,127); }
H1.HeaderClassName
{
color: #A8887F;
}
.AnyTagClassName
{
color: #A8887F;
}
</style>
background-color css
<style>
a { background-color: #A8887F; }
a { background-color: rgb(168,136,127); }
div.DivClassName
{
background-color: #A8887F;
}
.BgClassName
{
background-color: #A8887F;
}
</style>
border-color css
<style>
span { border-color: #A8887F; }
span { border-color: rgb(168,136,127); }
td.TdClassName
{
border-color: #A8887F;
}
.TagClassName
{
border-color: #A8887F;
}
</style>