Shades of Bouquet #A88895
Tints of Bouquet #A88895
RGB
CMYK
RGB Variations
Color information
#A88895 (or 0xA88895) is known color: Bouquet. HEX triplet: A8, 88 and 95. RGB value is (168,136,149). Sum of RGB (Red+Green+Blue) = 168+136+149=453 (60% of max value = 765). Red value is 168 (66.02% from 255 or 37.09% from 453); Green value is 136 (53.52% from 255 or 30.02% from 453); Blue value is 149 (58.59% from 255 or 32.89% from 453); Max value from RGB is 168 - color contains mainly: red. Hex color #A88895 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A88895 is #57776A. Grayscale: #939393. Windows color (decimal): -5732203 or 9799848. OLE color: 9799848.
HSL color Cylindrical-coordinate representation of color #A88895: hue angle of 335.62º degrees, saturation: 0.16, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #A88895 is Cyan = 0, Magento = 0.19, Yellow = 0.11 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 136 | 149 | - |
| CMYK | 0 | 0.19 | 0.11 | 0.34 |
| HSL | 335.63º | 0.16% | 0.6% | - |
| HSV(B) | 335.63º | 0.19% | 0.66% | - |
| XYZ | 30.38 | 28.1 | 32.26 | - |
| YUV | 147.05 | 129.1 | 142.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 136 | 149 | 0 | 0.19 | 0.11 | 0.34 | 335.63 | 0.16 | 0.6 |
| Hex | A8 | 88 | 95 | 0 | 13 | B | 22 | 150 | 10 | 3C |
| Octal | 250 | 210 | 225 | 0 | 23 | 13 | 42 | 520 | 20 | 74 |
| Binary | 10101000 | 10001000 | 10010101 | 0 | 10011 | 1011 | 100010 | 101010000 | 10000 | 111100 |
Color Harmonies of #A88895
Complementary color
Monochromatic Colors of #A88895
Black with #A88895
Text Example
Text Example
White with #A88895
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A88895; }
p { color: rgb(168,136,149); }
H1.HeaderClassName
{
color: #A88895;
}
.AnyTagClassName
{
color: #A88895;
}
</style>
background-color css
<style>
a { background-color: #A88895; }
a { background-color: rgb(168,136,149); }
div.DivClassName
{
background-color: #A88895;
}
.BgClassName
{
background-color: #A88895;
}
</style>
border-color css
<style>
span { border-color: #A88895; }
span { border-color: rgb(168,136,149); }
td.TdClassName
{
border-color: #A88895;
}
.TagClassName
{
border-color: #A88895;
}
</style>