Shades of Brandy Rose #A88079
Tints of Brandy Rose #A88079
RGB
CMYK
RGB Variations
Color information
#A88079 (or 0xA88079) is known color: Brandy Rose. HEX triplet: A8, 80 and 79. RGB value is (168,128,121). Sum of RGB (Red+Green+Blue) = 168+128+121=417 (55% of max value = 765). Red value is 168 (66.02% from 255 or 40.29% from 417); Green value is 128 (50.39% from 255 or 30.70% from 417); Blue value is 121 (47.66% from 255 or 29.02% from 417); Max value from RGB is 168 - color contains mainly: red. Hex color #A88079 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A88079 is #577F86. Grayscale: #8B8B8B. Windows color (decimal): -5734279 or 7962792. OLE color: 7962792.
HSL color Cylindrical-coordinate representation of color #A88079: hue angle of 8.94º 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 #A88079 is Cyan = 0, Magento = 0.24, Yellow = 0.28 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 128 | 121 | - |
| CMYK | 0 | 0.24 | 0.28 | 0.34 |
| HSL | 8.94º | 0.21% | 0.57% | - |
| HSV(B) | 8.94º | 0.28% | 0.66% | - |
| XYZ | 27.32 | 25.14 | 21.5 | - |
| YUV | 139.16 | 117.75 | 148.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 128 | 121 | 0 | 0.24 | 0.28 | 0.34 | 8.94 | 0.21 | 0.57 |
| Hex | A8 | 80 | 79 | 0 | 18 | 1C | 22 | 9 | 15 | 39 |
| Octal | 250 | 200 | 171 | 0 | 30 | 34 | 42 | 11 | 25 | 71 |
| Binary | 10101000 | 10000000 | 1111001 | 0 | 11000 | 11100 | 100010 | 1001 | 10101 | 111001 |
Color Harmonies of #A88079
Complementary color
Monochromatic Colors of #A88079
Black with #A88079
Text Example
Text Example
White with #A88079
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A88079; }
p { color: rgb(168,128,121); }
H1.HeaderClassName
{
color: #A88079;
}
.AnyTagClassName
{
color: #A88079;
}
</style>
background-color css
<style>
a { background-color: #A88079; }
a { background-color: rgb(168,128,121); }
div.DivClassName
{
background-color: #A88079;
}
.BgClassName
{
background-color: #A88079;
}
</style>
border-color css
<style>
span { border-color: #A88079; }
span { border-color: rgb(168,128,121); }
td.TdClassName
{
border-color: #A88079;
}
.TagClassName
{
border-color: #A88079;
}
</style>