Shades of Bouquet #A88698
Tints of Bouquet #A88698
RGB
CMYK
RGB Variations
Color information
#A88698 (or 0xA88698) is known color: Bouquet. HEX triplet: A8, 86 and 98. RGB value is (168,134,152). Sum of RGB (Red+Green+Blue) = 168+134+152=454 (60% of max value = 765). Red value is 168 (66.02% from 255 or 37.00% from 454); Green value is 134 (52.73% from 255 or 29.52% from 454); Blue value is 152 (59.77% from 255 or 33.48% from 454); Max value from RGB is 168 - color contains mainly: red. Hex color #A88698 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A88698 is #577967. Grayscale: #929292. Windows color (decimal): -5732712 or 9995944. OLE color: 9995944.
HSL color Cylindrical-coordinate representation of color #A88698: hue angle of 328.24º degrees, saturation: 0.16, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #A88698 is Cyan = 0, Magento = 0.20, Yellow = 0.10 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 134 | 152 | - |
| CMYK | 0 | 0.20 | 0.10 | 0.34 |
| HSL | 328.24º | 0.16% | 0.59% | - |
| HSV(B) | 328.24º | 0.2% | 0.66% | - |
| XYZ | 30.34 | 27.64 | 33.44 | - |
| YUV | 146.22 | 131.26 | 143.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 134 | 152 | 0 | 0.20 | 0.10 | 0.34 | 328.24 | 0.16 | 0.59 |
| Hex | A8 | 86 | 98 | 0 | 14 | A | 22 | 148 | 10 | 3B |
| Octal | 250 | 206 | 230 | 0 | 24 | 12 | 42 | 510 | 20 | 73 |
| Binary | 10101000 | 10000110 | 10011000 | 0 | 10100 | 1010 | 100010 | 101001000 | 10000 | 111011 |
Color Harmonies of #A88698
Complementary color
Monochromatic Colors of #A88698
Black with #A88698
Text Example
Text Example
White with #A88698
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A88698; }
p { color: rgb(168,134,152); }
H1.HeaderClassName
{
color: #A88698;
}
.AnyTagClassName
{
color: #A88698;
}
</style>
background-color css
<style>
a { background-color: #A88698; }
a { background-color: rgb(168,134,152); }
div.DivClassName
{
background-color: #A88698;
}
.BgClassName
{
background-color: #A88698;
}
</style>
border-color css
<style>
span { border-color: #A88698; }
span { border-color: rgb(168,134,152); }
td.TdClassName
{
border-color: #A88698;
}
.TagClassName
{
border-color: #A88698;
}
</style>