Shades of Brandy Rose #A88579
Tints of Brandy Rose #A88579
RGB
CMYK
RGB Variations
Color information
#A88579 (or 0xA88579) is known color: Brandy Rose. HEX triplet: A8, 85 and 79. RGB value is (168,133,121). Sum of RGB (Red+Green+Blue) = 168+133+121=422 (55% of max value = 765). Red value is 168 (66.02% from 255 or 39.81% from 422); Green value is 133 (52.34% from 255 or 31.52% from 422); Blue value is 121 (47.66% from 255 or 28.67% from 422); Max value from RGB is 168 - color contains mainly: red. Hex color #A88579 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A88579 is #577A86. Grayscale: #8E8E8E. Windows color (decimal): -5732999 or 7964072. OLE color: 7964072.
HSL color Cylindrical-coordinate representation of color #A88579: hue angle of 15.32º 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 #A88579 is Cyan = 0, Magento = 0.21, Yellow = 0.28 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 133 | 121 | - |
| CMYK | 0 | 0.21 | 0.28 | 0.34 |
| HSL | 15.32º | 0.21% | 0.57% | - |
| HSV(B) | 15.32º | 0.28% | 0.66% | - |
| XYZ | 27.99 | 26.48 | 21.73 | - |
| YUV | 142.1 | 116.1 | 146.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 133 | 121 | 0 | 0.21 | 0.28 | 0.34 | 15.32 | 0.21 | 0.57 |
| Hex | A8 | 85 | 79 | 0 | 15 | 1C | 22 | F | 15 | 39 |
| Octal | 250 | 205 | 171 | 0 | 25 | 34 | 42 | 17 | 25 | 71 |
| Binary | 10101000 | 10000101 | 1111001 | 0 | 10101 | 11100 | 100010 | 1111 | 10101 | 111001 |
Color Harmonies of #A88579
Complementary color
Monochromatic Colors of #A88579
Black with #A88579
Text Example
Text Example
White with #A88579
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A88579; }
p { color: rgb(168,133,121); }
H1.HeaderClassName
{
color: #A88579;
}
.AnyTagClassName
{
color: #A88579;
}
</style>
background-color css
<style>
a { background-color: #A88579; }
a { background-color: rgb(168,133,121); }
div.DivClassName
{
background-color: #A88579;
}
.BgClassName
{
background-color: #A88579;
}
</style>
border-color css
<style>
span { border-color: #A88579; }
span { border-color: rgb(168,133,121); }
td.TdClassName
{
border-color: #A88579;
}
.TagClassName
{
border-color: #A88579;
}
</style>