Shades of Bouquet #A18B99
Tints of Bouquet #A18B99
RGB
CMYK
RGB Variations
Color information
#A18B99 (or 0xA18B99) is known color: Bouquet. HEX triplet: A1, 8B and 99. RGB value is (161,139,153). Sum of RGB (Red+Green+Blue) = 161+139+153=453 (60% of max value = 765). Red value is 161 (63.28% from 255 or 35.54% from 453); Green value is 139 (54.69% from 255 or 30.68% from 453); Blue value is 153 (60.16% from 255 or 33.77% from 453); Max value from RGB is 161 - color contains mainly: red. Hex color #A18B99 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A18B99 is #5E7466. Grayscale: #939393. Windows color (decimal): -6190183 or 10062753. OLE color: 10062753.
HSL color Cylindrical-coordinate representation of color #A18B99: hue angle of 321.82º degrees, saturation: 0.1, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #A18B99 is Cyan = 0, Magento = 0.14, Yellow = 0.05 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 139 | 153 | - |
| CMYK | 0 | 0.14 | 0.05 | 0.37 |
| HSL | 321.82º | 0.1% | 0.59% | - |
| HSV(B) | 321.82º | 0.14% | 0.63% | - |
| XYZ | 29.68 | 28.34 | 34.04 | - |
| YUV | 147.17 | 131.29 | 137.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 139 | 153 | 0 | 0.14 | 0.05 | 0.37 | 321.82 | 0.1 | 0.59 |
| Hex | A1 | 8B | 99 | 0 | E | 5 | 25 | 142 | A | 3B |
| Octal | 241 | 213 | 231 | 0 | 16 | 5 | 45 | 502 | 12 | 73 |
| Binary | 10100001 | 10001011 | 10011001 | 0 | 1110 | 101 | 100101 | 101000010 | 1010 | 111011 |
Color Harmonies of #A18B99
Complementary color
Monochromatic Colors of #A18B99
Black with #A18B99
Text Example
Text Example
White with #A18B99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A18B99; }
p { color: rgb(161,139,153); }
H1.HeaderClassName
{
color: #A18B99;
}
.AnyTagClassName
{
color: #A18B99;
}
</style>
background-color css
<style>
a { background-color: #A18B99; }
a { background-color: rgb(161,139,153); }
div.DivClassName
{
background-color: #A18B99;
}
.BgClassName
{
background-color: #A18B99;
}
</style>
border-color css
<style>
span { border-color: #A18B99; }
span { border-color: rgb(161,139,153); }
td.TdClassName
{
border-color: #A18B99;
}
.TagClassName
{
border-color: #A18B99;
}
</style>