Shades of Brandy Rose #A88781
Tints of Brandy Rose #A88781
RGB
CMYK
RGB Variations
Color information
#A88781 (or 0xA88781) is known color: Brandy Rose. HEX triplet: A8, 87 and 81. RGB value is (168,135,129). Sum of RGB (Red+Green+Blue) = 168+135+129=432 (57% of max value = 765). Red value is 168 (66.02% from 255 or 38.89% from 432); Green value is 135 (53.12% from 255 or 31.25% from 432); Blue value is 129 (50.78% from 255 or 29.86% from 432); Max value from RGB is 168 - color contains mainly: red. Hex color #A88781 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A88781 is #57787E. Grayscale: #909090. Windows color (decimal): -5732479 or 8488872. OLE color: 8488872.
HSL color Cylindrical-coordinate representation of color #A88781: hue angle of 9.23º degrees, saturation: 0.18, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #A88781 is Cyan = 0, Magento = 0.20, Yellow = 0.23 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 135 | 129 | - |
| CMYK | 0 | 0.20 | 0.23 | 0.34 |
| HSL | 9.23º | 0.18% | 0.58% | - |
| HSV(B) | 9.23º | 0.23% | 0.66% | - |
| XYZ | 28.77 | 27.24 | 24.51 | - |
| YUV | 144.18 | 119.43 | 144.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 135 | 129 | 0 | 0.20 | 0.23 | 0.34 | 9.23 | 0.18 | 0.58 |
| Hex | A8 | 87 | 81 | 0 | 14 | 17 | 22 | 9 | 12 | 3A |
| Octal | 250 | 207 | 201 | 0 | 24 | 27 | 42 | 11 | 22 | 72 |
| Binary | 10101000 | 10000111 | 10000001 | 0 | 10100 | 10111 | 100010 | 1001 | 10010 | 111010 |
Color Harmonies of #A88781
Complementary color
Monochromatic Colors of #A88781
Black with #A88781
Text Example
Text Example
White with #A88781
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A88781; }
p { color: rgb(168,135,129); }
H1.HeaderClassName
{
color: #A88781;
}
.AnyTagClassName
{
color: #A88781;
}
</style>
background-color css
<style>
a { background-color: #A88781; }
a { background-color: rgb(168,135,129); }
div.DivClassName
{
background-color: #A88781;
}
.BgClassName
{
background-color: #A88781;
}
</style>
border-color css
<style>
span { border-color: #A88781; }
span { border-color: rgb(168,135,129); }
td.TdClassName
{
border-color: #A88781;
}
.TagClassName
{
border-color: #A88781;
}
</style>