Shades of Bouquet #A98594
Tints of Bouquet #A98594
RGB
CMYK
RGB Variations
Color information
#A98594 (or 0xA98594) is known color: Bouquet. HEX triplet: A9, 85 and 94. RGB value is (169,133,148). Sum of RGB (Red+Green+Blue) = 169+133+148=450 (59% of max value = 765). Red value is 169 (66.41% from 255 or 37.56% from 450); Green value is 133 (52.34% from 255 or 29.56% from 450); Blue value is 148 (58.20% from 255 or 32.89% from 450); Max value from RGB is 169 - color contains mainly: red. Hex color #A98594 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A98594 is #567A6B. Grayscale: #919191. Windows color (decimal): -5667436 or 9733545. OLE color: 9733545.
HSL color Cylindrical-coordinate representation of color #A98594: hue angle of 335º degrees, saturation: 0.17, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #A98594 is Cyan = 0, Magento = 0.21, Yellow = 0.12 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 133 | 148 | - |
| CMYK | 0 | 0.21 | 0.12 | 0.34 |
| HSL | 335º | 0.17% | 0.59% | - |
| HSV(B) | 335º | 0.21% | 0.66% | - |
| XYZ | 30.1 | 27.35 | 31.71 | - |
| YUV | 145.47 | 129.43 | 144.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 133 | 148 | 0 | 0.21 | 0.12 | 0.34 | 335 | 0.17 | 0.59 |
| Hex | A9 | 85 | 94 | 0 | 15 | C | 22 | 14F | 11 | 3B |
| Octal | 251 | 205 | 224 | 0 | 25 | 14 | 42 | 517 | 21 | 73 |
| Binary | 10101001 | 10000101 | 10010100 | 0 | 10101 | 1100 | 100010 | 101001111 | 10001 | 111011 |
Color Harmonies of #A98594
Complementary color
Monochromatic Colors of #A98594
Black with #A98594
Text Example
Text Example
White with #A98594
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A98594; }
p { color: rgb(169,133,148); }
H1.HeaderClassName
{
color: #A98594;
}
.AnyTagClassName
{
color: #A98594;
}
</style>
background-color css
<style>
a { background-color: #A98594; }
a { background-color: rgb(169,133,148); }
div.DivClassName
{
background-color: #A98594;
}
.BgClassName
{
background-color: #A98594;
}
</style>
border-color css
<style>
span { border-color: #A98594; }
span { border-color: rgb(169,133,148); }
td.TdClassName
{
border-color: #A98594;
}
.TagClassName
{
border-color: #A98594;
}
</style>