Shades of Brandy Rose #A88882
Tints of Brandy Rose #A88882
RGB
CMYK
RGB Variations
Color information
#A88882 (or 0xA88882) is known color: Brandy Rose. HEX triplet: A8, 88 and 82. RGB value is (168,136,130). Sum of RGB (Red+Green+Blue) = 168+136+130=434 (57% of max value = 765). Red value is 168 (66.02% from 255 or 38.71% from 434); Green value is 136 (53.52% from 255 or 31.34% from 434); Blue value is 130 (51.17% from 255 or 29.95% from 434); Max value from RGB is 168 - color contains mainly: red. Hex color #A88882 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A88882 is #57777D. Grayscale: #909090. Windows color (decimal): -5732222 or 8554664. OLE color: 8554664.
HSL color Cylindrical-coordinate representation of color #A88882: hue angle of 9.47º degrees, saturation: 0.18, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #A88882 is Cyan = 0, Magento = 0.19, Yellow = 0.23 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 136 | 130 | - |
| CMYK | 0 | 0.19 | 0.23 | 0.34 |
| HSL | 9.47º | 0.18% | 0.58% | - |
| HSV(B) | 9.47º | 0.23% | 0.66% | - |
| XYZ | 28.98 | 27.54 | 24.91 | - |
| YUV | 144.88 | 119.6 | 144.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 136 | 130 | 0 | 0.19 | 0.23 | 0.34 | 9.47 | 0.18 | 0.58 |
| Hex | A8 | 88 | 82 | 0 | 13 | 17 | 22 | 9 | 12 | 3A |
| Octal | 250 | 210 | 202 | 0 | 23 | 27 | 42 | 11 | 22 | 72 |
| Binary | 10101000 | 10001000 | 10000010 | 0 | 10011 | 10111 | 100010 | 1001 | 10010 | 111010 |
Color Harmonies of #A88882
Complementary color
Monochromatic Colors of #A88882
Black with #A88882
Text Example
Text Example
White with #A88882
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A88882; }
p { color: rgb(168,136,130); }
H1.HeaderClassName
{
color: #A88882;
}
.AnyTagClassName
{
color: #A88882;
}
</style>
background-color css
<style>
a { background-color: #A88882; }
a { background-color: rgb(168,136,130); }
div.DivClassName
{
background-color: #A88882;
}
.BgClassName
{
background-color: #A88882;
}
</style>
border-color css
<style>
span { border-color: #A88882; }
span { border-color: rgb(168,136,130); }
td.TdClassName
{
border-color: #A88882;
}
.TagClassName
{
border-color: #A88882;
}
</style>