Shades of Bouquet #A98194
Tints of Bouquet #A98194
RGB
CMYK
RGB Variations
Color information
#A98194 (or 0xA98194) is known color: Bouquet. HEX triplet: A9, 81 and 94. RGB value is (169,129,148). Sum of RGB (Red+Green+Blue) = 169+129+148=446 (59% of max value = 765). Red value is 169 (66.41% from 255 or 37.89% from 446); Green value is 129 (50.78% from 255 or 28.92% from 446); Blue value is 148 (58.20% from 255 or 33.18% from 446); Max value from RGB is 169 - color contains mainly: red. Hex color #A98194 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A98194 is #567E6B. Grayscale: #8F8F8F. Windows color (decimal): -5668460 or 9732521. OLE color: 9732521.
HSL color Cylindrical-coordinate representation of color #A98194: hue angle of 331.5º 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 #A98194 is Cyan = 0, Magento = 0.24, Yellow = 0.12 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 129 | 148 | - |
| CMYK | 0 | 0.24 | 0.12 | 0.34 |
| HSL | 331.5º | 0.19% | 0.58% | - |
| HSV(B) | 331.5º | 0.24% | 0.66% | - |
| XYZ | 29.56 | 26.27 | 31.53 | - |
| YUV | 143.13 | 130.75 | 146.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 129 | 148 | 0 | 0.24 | 0.12 | 0.34 | 331.5 | 0.19 | 0.58 |
| Hex | A9 | 81 | 94 | 0 | 18 | C | 22 | 14C | 13 | 3A |
| Octal | 251 | 201 | 224 | 0 | 30 | 14 | 42 | 514 | 23 | 72 |
| Binary | 10101001 | 10000001 | 10010100 | 0 | 11000 | 1100 | 100010 | 101001100 | 10011 | 111010 |
Color Harmonies of #A98194
Complementary color
Monochromatic Colors of #A98194
Black with #A98194
Text Example
Text Example
White with #A98194
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A98194; }
p { color: rgb(169,129,148); }
H1.HeaderClassName
{
color: #A98194;
}
.AnyTagClassName
{
color: #A98194;
}
</style>
background-color css
<style>
a { background-color: #A98194; }
a { background-color: rgb(169,129,148); }
div.DivClassName
{
background-color: #A98194;
}
.BgClassName
{
background-color: #A98194;
}
</style>
border-color css
<style>
span { border-color: #A98194; }
span { border-color: rgb(169,129,148); }
td.TdClassName
{
border-color: #A98194;
}
.TagClassName
{
border-color: #A98194;
}
</style>