Shades of Bouquet #A98A96
Tints of Bouquet #A98A96
RGB
CMYK
RGB Variations
Color information
#A98A96 (or 0xA98A96) is known color: Bouquet. HEX triplet: A9, 8A and 96. RGB value is (169,138,150). Sum of RGB (Red+Green+Blue) = 169+138+150=457 (60% of max value = 765). Red value is 169 (66.41% from 255 or 36.98% from 457); Green value is 138 (54.30% from 255 or 30.20% from 457); Blue value is 150 (58.98% from 255 or 32.82% from 457); Max value from RGB is 169 - color contains mainly: red. Hex color #A98A96 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A98A96 is #567569. Grayscale: #949494. Windows color (decimal): -5666154 or 9865897. OLE color: 9865897.
HSL color Cylindrical-coordinate representation of color #A98A96: hue angle of 336.77º 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 #A98A96 is Cyan = 0, Magento = 0.18, Yellow = 0.11 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 138 | 150 | - |
| CMYK | 0 | 0.18 | 0.11 | 0.34 |
| HSL | 336.77º | 0.15% | 0.6% | - |
| HSV(B) | 336.77º | 0.18% | 0.66% | - |
| XYZ | 30.96 | 28.81 | 32.78 | - |
| YUV | 148.64 | 128.77 | 142.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 138 | 150 | 0 | 0.18 | 0.11 | 0.34 | 336.77 | 0.15 | 0.6 |
| Hex | A9 | 8A | 96 | 0 | 12 | B | 22 | 151 | F | 3C |
| Octal | 251 | 212 | 226 | 0 | 22 | 13 | 42 | 521 | 17 | 74 |
| Binary | 10101001 | 10001010 | 10010110 | 0 | 10010 | 1011 | 100010 | 101010001 | 1111 | 111100 |
Color Harmonies of #A98A96
Complementary color
Monochromatic Colors of #A98A96
Black with #A98A96
Text Example
Text Example
White with #A98A96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A98A96; }
p { color: rgb(169,138,150); }
H1.HeaderClassName
{
color: #A98A96;
}
.AnyTagClassName
{
color: #A98A96;
}
</style>
background-color css
<style>
a { background-color: #A98A96; }
a { background-color: rgb(169,138,150); }
div.DivClassName
{
background-color: #A98A96;
}
.BgClassName
{
background-color: #A98A96;
}
</style>
border-color css
<style>
span { border-color: #A98A96; }
span { border-color: rgb(169,138,150); }
td.TdClassName
{
border-color: #A98A96;
}
.TagClassName
{
border-color: #A98A96;
}
</style>