Shades of Bouquet #A98C9B
Tints of Bouquet #A98C9B
RGB
CMYK
RGB Variations
Color information
#A98C9B (or 0xA98C9B) is known color: Bouquet. HEX triplet: A9, 8C and 9B. RGB value is (169,140,155). Sum of RGB (Red+Green+Blue) = 169+140+155=464 (61% of max value = 765). Red value is 169 (66.41% from 255 or 36.42% from 464); Green value is 140 (55.08% from 255 or 30.17% from 464); Blue value is 155 (60.94% from 255 or 33.41% from 464); Max value from RGB is 169 - color contains mainly: red. Hex color #A98C9B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A98C9B is #567364. Grayscale: #969696. Windows color (decimal): -5665637 or 10194089. OLE color: 10194089.
HSL color Cylindrical-coordinate representation of color #A98C9B: hue angle of 328.97º degrees, saturation: 0.14, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #A98C9B is Cyan = 0, Magento = 0.17, Yellow = 0.08 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 140 | 155 | - |
| CMYK | 0 | 0.17 | 0.08 | 0.34 |
| HSL | 328.97º | 0.14% | 0.61% | - |
| HSV(B) | 328.97º | 0.17% | 0.66% | - |
| XYZ | 31.66 | 29.56 | 35.05 | - |
| YUV | 150.38 | 130.61 | 141.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 140 | 155 | 0 | 0.17 | 0.08 | 0.34 | 328.97 | 0.14 | 0.61 |
| Hex | A9 | 8C | 9B | 0 | 11 | 8 | 22 | 149 | E | 3D |
| Octal | 251 | 214 | 233 | 0 | 21 | 10 | 42 | 511 | 16 | 75 |
| Binary | 10101001 | 10001100 | 10011011 | 0 | 10001 | 1000 | 100010 | 101001001 | 1110 | 111101 |
Color Harmonies of #A98C9B
Complementary color
Monochromatic Colors of #A98C9B
Black with #A98C9B
Text Example
Text Example
White with #A98C9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A98C9B; }
p { color: rgb(169,140,155); }
H1.HeaderClassName
{
color: #A98C9B;
}
.AnyTagClassName
{
color: #A98C9B;
}
</style>
background-color css
<style>
a { background-color: #A98C9B; }
a { background-color: rgb(169,140,155); }
div.DivClassName
{
background-color: #A98C9B;
}
.BgClassName
{
background-color: #A98C9B;
}
</style>
border-color css
<style>
span { border-color: #A98C9B; }
span { border-color: rgb(169,140,155); }
td.TdClassName
{
border-color: #A98C9B;
}
.TagClassName
{
border-color: #A98C9B;
}
</style>