Shades of Bouquet #A88098
Tints of Bouquet #A88098
RGB
CMYK
RGB Variations
Color information
#A88098 (or 0xA88098) is known color: Bouquet. HEX triplet: A8, 80 and 98. RGB value is (168,128,152). Sum of RGB (Red+Green+Blue) = 168+128+152=448 (59% of max value = 765). Red value is 168 (66.02% from 255 or 37.5% from 448); Green value is 128 (50.39% from 255 or 28.57% from 448); Blue value is 152 (59.77% from 255 or 33.93% from 448); Max value from RGB is 168 - color contains mainly: red. Hex color #A88098 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A88098 is #577F67. Grayscale: #8E8E8E. Windows color (decimal): -5734248 or 9994408. OLE color: 9994408.
HSL color Cylindrical-coordinate representation of color #A88098: hue angle of 324º degrees, saturation: 0.19, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #A88098 is Cyan = 0, Magento = 0.24, Yellow = 0.10 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 128 | 152 | - |
| CMYK | 0 | 0.24 | 0.10 | 0.34 |
| HSL | 324º | 0.19% | 0.58% | - |
| HSV(B) | 324º | 0.24% | 0.66% | - |
| XYZ | 29.54 | 26.03 | 33.17 | - |
| YUV | 142.7 | 133.25 | 146.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 128 | 152 | 0 | 0.24 | 0.10 | 0.34 | 324 | 0.19 | 0.58 |
| Hex | A8 | 80 | 98 | 0 | 18 | A | 22 | 144 | 13 | 3A |
| Octal | 250 | 200 | 230 | 0 | 30 | 12 | 42 | 504 | 23 | 72 |
| Binary | 10101000 | 10000000 | 10011000 | 0 | 11000 | 1010 | 100010 | 101000100 | 10011 | 111010 |
Color Harmonies of #A88098
Complementary color
Monochromatic Colors of #A88098
Black with #A88098
Text Example
Text Example
White with #A88098
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A88098; }
p { color: rgb(168,128,152); }
H1.HeaderClassName
{
color: #A88098;
}
.AnyTagClassName
{
color: #A88098;
}
</style>
background-color css
<style>
a { background-color: #A88098; }
a { background-color: rgb(168,128,152); }
div.DivClassName
{
background-color: #A88098;
}
.BgClassName
{
background-color: #A88098;
}
</style>
border-color css
<style>
span { border-color: #A88098; }
span { border-color: rgb(168,128,152); }
td.TdClassName
{
border-color: #A88098;
}
.TagClassName
{
border-color: #A88098;
}
</style>