Shades of Brandy Rose #A88276
Tints of Brandy Rose #A88276
RGB
CMYK
RGB Variations
Color information
#A88276 (or 0xA88276) is known color: Brandy Rose. HEX triplet: A8, 82 and 76. RGB value is (168,130,118). Sum of RGB (Red+Green+Blue) = 168+130+118=416 (55% of max value = 765). Red value is 168 (66.02% from 255 or 40.38% from 416); Green value is 130 (51.17% from 255 or 31.25% from 416); Blue value is 118 (46.48% from 255 or 28.37% from 416); Max value from RGB is 168 - color contains mainly: red. Hex color #A88276 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A88276 is #577D89. Grayscale: #8C8C8C. Windows color (decimal): -5733770 or 7766696. OLE color: 7766696.
HSL color Cylindrical-coordinate representation of color #A88276: hue angle of 14.4º degrees, saturation: 0.22, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A88276 is Cyan = 0, Magento = 0.23, Yellow = 0.30 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 130 | 118 | - |
| CMYK | 0 | 0.23 | 0.30 | 0.34 |
| HSL | 14.4º | 0.22% | 0.56% | - |
| HSV(B) | 14.4º | 0.3% | 0.66% | - |
| XYZ | 27.4 | 25.6 | 20.64 | - |
| YUV | 139.99 | 115.59 | 147.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 130 | 118 | 0 | 0.23 | 0.30 | 0.34 | 14.4 | 0.22 | 0.56 |
| Hex | A8 | 82 | 76 | 0 | 17 | 1E | 22 | E | 16 | 38 |
| Octal | 250 | 202 | 166 | 0 | 27 | 36 | 42 | 16 | 26 | 70 |
| Binary | 10101000 | 10000010 | 1110110 | 0 | 10111 | 11110 | 100010 | 1110 | 10110 | 111000 |
Color Harmonies of #A88276
Complementary color
Monochromatic Colors of #A88276
Black with #A88276
Text Example
Text Example
White with #A88276
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A88276; }
p { color: rgb(168,130,118); }
H1.HeaderClassName
{
color: #A88276;
}
.AnyTagClassName
{
color: #A88276;
}
</style>
background-color css
<style>
a { background-color: #A88276; }
a { background-color: rgb(168,130,118); }
div.DivClassName
{
background-color: #A88276;
}
.BgClassName
{
background-color: #A88276;
}
</style>
border-color css
<style>
span { border-color: #A88276; }
span { border-color: rgb(168,130,118); }
td.TdClassName
{
border-color: #A88276;
}
.TagClassName
{
border-color: #A88276;
}
</style>