Shades of Bouquet #A98597
Tints of Bouquet #A98597
RGB
CMYK
RGB Variations
Color information
#A98597 (or 0xA98597) is known color: Bouquet. HEX triplet: A9, 85 and 97. RGB value is (169,133,151). Sum of RGB (Red+Green+Blue) = 169+133+151=453 (60% of max value = 765). Red value is 169 (66.41% from 255 or 37.31% from 453); Green value is 133 (52.34% from 255 or 29.36% from 453); Blue value is 151 (59.38% from 255 or 33.33% from 453); Max value from RGB is 169 - color contains mainly: red. Hex color #A98597 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A98597 is #567A68. Grayscale: #919191. Windows color (decimal): -5667433 or 9930153. OLE color: 9930153.
HSL color Cylindrical-coordinate representation of color #A98597: hue angle of 330º 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 #A98597 is Cyan = 0, Magento = 0.21, Yellow = 0.11 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 133 | 151 | - |
| CMYK | 0 | 0.21 | 0.11 | 0.34 |
| HSL | 330º | 0.17% | 0.59% | - |
| HSV(B) | 330º | 0.21% | 0.66% | - |
| XYZ | 30.34 | 27.44 | 32.98 | - |
| YUV | 145.82 | 130.93 | 144.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 133 | 151 | 0 | 0.21 | 0.11 | 0.34 | 330 | 0.17 | 0.59 |
| Hex | A9 | 85 | 97 | 0 | 15 | B | 22 | 14A | 11 | 3B |
| Octal | 251 | 205 | 227 | 0 | 25 | 13 | 42 | 512 | 21 | 73 |
| Binary | 10101001 | 10000101 | 10010111 | 0 | 10101 | 1011 | 100010 | 101001010 | 10001 | 111011 |
Color Harmonies of #A98597
Complementary color
Monochromatic Colors of #A98597
Black with #A98597
Text Example
Text Example
White with #A98597
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A98597; }
p { color: rgb(169,133,151); }
H1.HeaderClassName
{
color: #A98597;
}
.AnyTagClassName
{
color: #A98597;
}
</style>
background-color css
<style>
a { background-color: #A98597; }
a { background-color: rgb(169,133,151); }
div.DivClassName
{
background-color: #A98597;
}
.BgClassName
{
background-color: #A98597;
}
</style>
border-color css
<style>
span { border-color: #A98597; }
span { border-color: rgb(169,133,151); }
td.TdClassName
{
border-color: #A98597;
}
.TagClassName
{
border-color: #A98597;
}
</style>