Shades of Brandy Rose #A88479
Tints of Brandy Rose #A88479
RGB
CMYK
RGB Variations
Color information
#A88479 (or 0xA88479) is known color: Brandy Rose. HEX triplet: A8, 84 and 79. RGB value is (168,132,121). Sum of RGB (Red+Green+Blue) = 168+132+121=421 (55% of max value = 765). Red value is 168 (66.02% from 255 or 39.90% from 421); Green value is 132 (51.95% from 255 or 31.35% from 421); Blue value is 121 (47.66% from 255 or 28.74% from 421); Max value from RGB is 168 - color contains mainly: red. Hex color #A88479 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A88479 is #577B86. Grayscale: #8D8D8D. Windows color (decimal): -5733255 or 7963816. OLE color: 7963816.
HSL color Cylindrical-coordinate representation of color #A88479: hue angle of 14.04º 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 #A88479 is Cyan = 0, Magento = 0.21, Yellow = 0.28 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 132 | 121 | - |
| CMYK | 0 | 0.21 | 0.28 | 0.34 |
| HSL | 14.04º | 0.21% | 0.57% | - |
| HSV(B) | 14.04º | 0.28% | 0.66% | - |
| XYZ | 27.85 | 26.21 | 21.68 | - |
| YUV | 141.51 | 116.43 | 146.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 132 | 121 | 0 | 0.21 | 0.28 | 0.34 | 14.04 | 0.21 | 0.57 |
| Hex | A8 | 84 | 79 | 0 | 15 | 1C | 22 | E | 15 | 39 |
| Octal | 250 | 204 | 171 | 0 | 25 | 34 | 42 | 16 | 25 | 71 |
| Binary | 10101000 | 10000100 | 1111001 | 0 | 10101 | 11100 | 100010 | 1110 | 10101 | 111001 |
Color Harmonies of #A88479
Complementary color
Monochromatic Colors of #A88479
Black with #A88479
Text Example
Text Example
White with #A88479
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A88479; }
p { color: rgb(168,132,121); }
H1.HeaderClassName
{
color: #A88479;
}
.AnyTagClassName
{
color: #A88479;
}
</style>
background-color css
<style>
a { background-color: #A88479; }
a { background-color: rgb(168,132,121); }
div.DivClassName
{
background-color: #A88479;
}
.BgClassName
{
background-color: #A88479;
}
</style>
border-color css
<style>
span { border-color: #A88479; }
span { border-color: rgb(168,132,121); }
td.TdClassName
{
border-color: #A88479;
}
.TagClassName
{
border-color: #A88479;
}
</style>