Shades of Bouquet #A98A97
Tints of Bouquet #A98A97
RGB
CMYK
RGB Variations
Color information
#A98A97 (or 0xA98A97) is known color: Bouquet. HEX triplet: A9, 8A and 97. RGB value is (169,138,151). Sum of RGB (Red+Green+Blue) = 169+138+151=458 (60% of max value = 765). Red value is 169 (66.41% from 255 or 36.90% from 458); Green value is 138 (54.30% from 255 or 30.13% from 458); Blue value is 151 (59.38% from 255 or 32.97% from 458); Max value from RGB is 169 - color contains mainly: red. Hex color #A98A97 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A98A97 is #567568. Grayscale: #949494. Windows color (decimal): -5666153 or 9931433. OLE color: 9931433.
HSL color Cylindrical-coordinate representation of color #A98A97: hue angle of 334.84º degrees, saturation: 0.15, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #A98A97 is Cyan = 0, Magento = 0.18, Yellow = 0.11 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 138 | 151 | - |
| CMYK | 0 | 0.18 | 0.11 | 0.34 |
| HSL | 334.84º | 0.15% | 0.6% | - |
| HSV(B) | 334.84º | 0.18% | 0.66% | - |
| XYZ | 31.04 | 28.85 | 33.21 | - |
| YUV | 148.75 | 129.27 | 142.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 138 | 151 | 0 | 0.18 | 0.11 | 0.34 | 334.84 | 0.15 | 0.6 |
| Hex | A9 | 8A | 97 | 0 | 12 | B | 22 | 14F | F | 3C |
| Octal | 251 | 212 | 227 | 0 | 22 | 13 | 42 | 517 | 17 | 74 |
| Binary | 10101001 | 10001010 | 10010111 | 0 | 10010 | 1011 | 100010 | 101001111 | 1111 | 111100 |
Color Harmonies of #A98A97
Complementary color
Monochromatic Colors of #A98A97
Black with #A98A97
Text Example
Text Example
White with #A98A97
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A98A97; }
p { color: rgb(169,138,151); }
H1.HeaderClassName
{
color: #A98A97;
}
.AnyTagClassName
{
color: #A98A97;
}
</style>
background-color css
<style>
a { background-color: #A98A97; }
a { background-color: rgb(169,138,151); }
div.DivClassName
{
background-color: #A98A97;
}
.BgClassName
{
background-color: #A98A97;
}
</style>
border-color css
<style>
span { border-color: #A98A97; }
span { border-color: rgb(169,138,151); }
td.TdClassName
{
border-color: #A98A97;
}
.TagClassName
{
border-color: #A98A97;
}
</style>