Shades of Brandy Rose #A88577
Tints of Brandy Rose #A88577
RGB
CMYK
RGB Variations
Color information
#A88577 (or 0xA88577) is known color: Brandy Rose. HEX triplet: A8, 85 and 77. RGB value is (168,133,119). Sum of RGB (Red+Green+Blue) = 168+133+119=420 (55% of max value = 765). Red value is 168 (66.02% from 255 or 40% from 420); Green value is 133 (52.34% from 255 or 31.67% from 420); Blue value is 119 (46.88% from 255 or 28.33% from 420); Max value from RGB is 168 - color contains mainly: red. Hex color #A88577 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A88577 is #577A88. Grayscale: #8D8D8D. Windows color (decimal): -5733001 or 7833000. OLE color: 7833000.
HSL color Cylindrical-coordinate representation of color #A88577: hue angle of 17.14º 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 #A88577 is Cyan = 0, Magento = 0.21, Yellow = 0.29 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 133 | 119 | - |
| CMYK | 0 | 0.21 | 0.29 | 0.34 |
| HSL | 17.14º | 0.22% | 0.56% | - |
| HSV(B) | 17.14º | 0.29% | 0.66% | - |
| XYZ | 27.87 | 26.43 | 21.09 | - |
| YUV | 141.87 | 115.1 | 146.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 133 | 119 | 0 | 0.21 | 0.29 | 0.34 | 17.14 | 0.22 | 0.56 |
| Hex | A8 | 85 | 77 | 0 | 15 | 1D | 22 | 11 | 16 | 38 |
| Octal | 250 | 205 | 167 | 0 | 25 | 35 | 42 | 21 | 26 | 70 |
| Binary | 10101000 | 10000101 | 1110111 | 0 | 10101 | 11101 | 100010 | 10001 | 10110 | 111000 |
Color Harmonies of #A88577
Complementary color
Monochromatic Colors of #A88577
Black with #A88577
Text Example
Text Example
White with #A88577
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A88577; }
p { color: rgb(168,133,119); }
H1.HeaderClassName
{
color: #A88577;
}
.AnyTagClassName
{
color: #A88577;
}
</style>
background-color css
<style>
a { background-color: #A88577; }
a { background-color: rgb(168,133,119); }
div.DivClassName
{
background-color: #A88577;
}
.BgClassName
{
background-color: #A88577;
}
</style>
border-color css
<style>
span { border-color: #A88577; }
span { border-color: rgb(168,133,119); }
td.TdClassName
{
border-color: #A88577;
}
.TagClassName
{
border-color: #A88577;
}
</style>