Shades of Bouquet #A08D98
Tints of Bouquet #A08D98
RGB
CMYK
RGB Variations
Color information
#A08D98 (or 0xA08D98) is known color: Bouquet. HEX triplet: A0, 8D and 98. RGB value is (160,141,152). Sum of RGB (Red+Green+Blue) = 160+141+152=453 (60% of max value = 765). Red value is 160 (62.89% from 255 or 35.32% from 453); Green value is 141 (55.47% from 255 or 31.13% from 453); Blue value is 152 (59.77% from 255 or 33.55% from 453); Max value from RGB is 160 - color contains mainly: red. Hex color #A08D98 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A08D98 is #5F7267. Grayscale: #939393. Windows color (decimal): -6255208 or 9997728. OLE color: 9997728.
HSL color Cylindrical-coordinate representation of color #A08D98: hue angle of 325.26º degrees, saturation: 0.09, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #A08D98 is Cyan = 0, Magento = 0.12, Yellow = 0.05 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 141 | 152 | - |
| CMYK | 0 | 0.12 | 0.05 | 0.37 |
| HSL | 325.26º | 0.09% | 0.59% | - |
| HSV(B) | 325.26º | 0.12% | 0.63% | - |
| XYZ | 29.69 | 28.79 | 33.7 | - |
| YUV | 147.94 | 130.29 | 136.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 141 | 152 | 0 | 0.12 | 0.05 | 0.37 | 325.26 | 0.09 | 0.59 |
| Hex | A0 | 8D | 98 | 0 | C | 5 | 25 | 145 | 9 | 3B |
| Octal | 240 | 215 | 230 | 0 | 14 | 5 | 45 | 505 | 11 | 73 |
| Binary | 10100000 | 10001101 | 10011000 | 0 | 1100 | 101 | 100101 | 101000101 | 1001 | 111011 |
Color Harmonies of #A08D98
Complementary color
Monochromatic Colors of #A08D98
Black with #A08D98
Text Example
Text Example
White with #A08D98
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A08D98; }
p { color: rgb(160,141,152); }
H1.HeaderClassName
{
color: #A08D98;
}
.AnyTagClassName
{
color: #A08D98;
}
</style>
background-color css
<style>
a { background-color: #A08D98; }
a { background-color: rgb(160,141,152); }
div.DivClassName
{
background-color: #A08D98;
}
.BgClassName
{
background-color: #A08D98;
}
</style>
border-color css
<style>
span { border-color: #A08D98; }
span { border-color: rgb(160,141,152); }
td.TdClassName
{
border-color: #A08D98;
}
.TagClassName
{
border-color: #A08D98;
}
</style>