Shades of Brandy Rose #A88679
Tints of Brandy Rose #A88679
RGB
CMYK
RGB Variations
Color information
#A88679 (or 0xA88679) is known color: Brandy Rose. HEX triplet: A8, 86 and 79. RGB value is (168,134,121). Sum of RGB (Red+Green+Blue) = 168+134+121=423 (56% of max value = 765). Red value is 168 (66.02% from 255 or 39.72% from 423); Green value is 134 (52.73% from 255 or 31.68% from 423); Blue value is 121 (47.66% from 255 or 28.61% from 423); Max value from RGB is 168 - color contains mainly: red. Hex color #A88679 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A88679 is #577986. Grayscale: #8E8E8E. Windows color (decimal): -5732743 or 7964328. OLE color: 7964328.
HSL color Cylindrical-coordinate representation of color #A88679: hue angle of 16.6º degrees, saturation: 0.21, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #A88679 is Cyan = 0, Magento = 0.20, Yellow = 0.28 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 134 | 121 | - |
| CMYK | 0 | 0.20 | 0.28 | 0.34 |
| HSL | 16.6º | 0.21% | 0.57% | - |
| HSV(B) | 16.6º | 0.28% | 0.66% | - |
| XYZ | 28.12 | 26.76 | 21.77 | - |
| YUV | 142.68 | 115.76 | 146.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 134 | 121 | 0 | 0.20 | 0.28 | 0.34 | 16.6 | 0.21 | 0.57 |
| Hex | A8 | 86 | 79 | 0 | 14 | 1C | 22 | 11 | 15 | 39 |
| Octal | 250 | 206 | 171 | 0 | 24 | 34 | 42 | 21 | 25 | 71 |
| Binary | 10101000 | 10000110 | 1111001 | 0 | 10100 | 11100 | 100010 | 10001 | 10101 | 111001 |
Color Harmonies of #A88679
Complementary color
Monochromatic Colors of #A88679
Black with #A88679
Text Example
Text Example
White with #A88679
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A88679; }
p { color: rgb(168,134,121); }
H1.HeaderClassName
{
color: #A88679;
}
.AnyTagClassName
{
color: #A88679;
}
</style>
background-color css
<style>
a { background-color: #A88679; }
a { background-color: rgb(168,134,121); }
div.DivClassName
{
background-color: #A88679;
}
.BgClassName
{
background-color: #A88679;
}
</style>
border-color css
<style>
span { border-color: #A88679; }
span { border-color: rgb(168,134,121); }
td.TdClassName
{
border-color: #A88679;
}
.TagClassName
{
border-color: #A88679;
}
</style>