Shades of Brandy Rose #A88477
Tints of Brandy Rose #A88477
RGB
CMYK
RGB Variations
Color information
#A88477 (or 0xA88477) is known color: Brandy Rose. HEX triplet: A8, 84 and 77. RGB value is (168,132,119). Sum of RGB (Red+Green+Blue) = 168+132+119=419 (55% of max value = 765). Red value is 168 (66.02% from 255 or 40.10% from 419); Green value is 132 (51.95% from 255 or 31.50% from 419); Blue value is 119 (46.88% from 255 or 28.40% from 419); Max value from RGB is 168 - color contains mainly: red. Hex color #A88477 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A88477 is #577B88. Grayscale: #8D8D8D. Windows color (decimal): -5733257 or 7832744. OLE color: 7832744.
HSL color Cylindrical-coordinate representation of color #A88477: hue angle of 15.92º degrees, saturation: 0.22, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #A88477 is Cyan = 0, Magento = 0.21, Yellow = 0.29 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 132 | 119 | - |
| CMYK | 0 | 0.21 | 0.29 | 0.34 |
| HSL | 15.92º | 0.22% | 0.56% | - |
| HSV(B) | 15.92º | 0.29% | 0.66% | - |
| XYZ | 27.73 | 26.16 | 21.04 | - |
| YUV | 141.28 | 115.43 | 147.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 132 | 119 | 0 | 0.21 | 0.29 | 0.34 | 15.92 | 0.22 | 0.56 |
| Hex | A8 | 84 | 77 | 0 | 15 | 1D | 22 | 10 | 16 | 38 |
| Octal | 250 | 204 | 167 | 0 | 25 | 35 | 42 | 20 | 26 | 70 |
| Binary | 10101000 | 10000100 | 1110111 | 0 | 10101 | 11101 | 100010 | 10000 | 10110 | 111000 |
Color Harmonies of #A88477
Complementary color
Monochromatic Colors of #A88477
Black with #A88477
Text Example
Text Example
White with #A88477
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A88477; }
p { color: rgb(168,132,119); }
H1.HeaderClassName
{
color: #A88477;
}
.AnyTagClassName
{
color: #A88477;
}
</style>
background-color css
<style>
a { background-color: #A88477; }
a { background-color: rgb(168,132,119); }
div.DivClassName
{
background-color: #A88477;
}
.BgClassName
{
background-color: #A88477;
}
</style>
border-color css
<style>
span { border-color: #A88477; }
span { border-color: rgb(168,132,119); }
td.TdClassName
{
border-color: #A88477;
}
.TagClassName
{
border-color: #A88477;
}
</style>