Shades of Bouquet #A18999
Tints of Bouquet #A18999
RGB
CMYK
RGB Variations
Color information
#A18999 (or 0xA18999) is known color: Bouquet. HEX triplet: A1, 89 and 99. RGB value is (161,137,153). Sum of RGB (Red+Green+Blue) = 161+137+153=451 (59% of max value = 765). Red value is 161 (63.28% from 255 or 35.70% from 451); Green value is 137 (53.91% from 255 or 30.38% from 451); Blue value is 153 (60.16% from 255 or 33.92% from 451); Max value from RGB is 161 - color contains mainly: red. Hex color #A18999 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A18999 is #5E7666. Grayscale: #919191. Windows color (decimal): -6190695 or 10062241. OLE color: 10062241.
HSL color Cylindrical-coordinate representation of color #A18999: hue angle of 320º degrees, saturation: 0.11, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #A18999 is Cyan = 0, Magento = 0.15, Yellow = 0.05 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 137 | 153 | - |
| CMYK | 0 | 0.15 | 0.05 | 0.37 |
| HSL | 320º | 0.11% | 0.58% | - |
| HSV(B) | 320º | 0.15% | 0.63% | - |
| XYZ | 29.39 | 27.77 | 33.95 | - |
| YUV | 146 | 131.95 | 138.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 137 | 153 | 0 | 0.15 | 0.05 | 0.37 | 320 | 0.11 | 0.58 |
| Hex | A1 | 89 | 99 | 0 | F | 5 | 25 | 140 | B | 3A |
| Octal | 241 | 211 | 231 | 0 | 17 | 5 | 45 | 500 | 13 | 72 |
| Binary | 10100001 | 10001001 | 10011001 | 0 | 1111 | 101 | 100101 | 101000000 | 1011 | 111010 |
Color Harmonies of #A18999
Complementary color
Monochromatic Colors of #A18999
Black with #A18999
Text Example
Text Example
White with #A18999
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A18999; }
p { color: rgb(161,137,153); }
H1.HeaderClassName
{
color: #A18999;
}
.AnyTagClassName
{
color: #A18999;
}
</style>
background-color css
<style>
a { background-color: #A18999; }
a { background-color: rgb(161,137,153); }
div.DivClassName
{
background-color: #A18999;
}
.BgClassName
{
background-color: #A18999;
}
</style>
border-color css
<style>
span { border-color: #A18999; }
span { border-color: rgb(161,137,153); }
td.TdClassName
{
border-color: #A18999;
}
.TagClassName
{
border-color: #A18999;
}
</style>