Shades of Bouquet #A18B97
Tints of Bouquet #A18B97
RGB
CMYK
RGB Variations
Color information
#A18B97 (or 0xA18B97) is known color: Bouquet. HEX triplet: A1, 8B and 97. RGB value is (161,139,151). Sum of RGB (Red+Green+Blue) = 161+139+151=451 (59% of max value = 765). Red value is 161 (63.28% from 255 or 35.70% from 451); Green value is 139 (54.69% from 255 or 30.82% from 451); Blue value is 151 (59.38% from 255 or 33.48% from 451); Max value from RGB is 161 - color contains mainly: red. Hex color #A18B97 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A18B97 is #5E7468. Grayscale: #929292. Windows color (decimal): -6190185 or 9931681. OLE color: 9931681.
HSL color Cylindrical-coordinate representation of color #A18B97: hue angle of 327.27º 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 #A18B97 is Cyan = 0, Magento = 0.14, Yellow = 0.06 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 139 | 151 | - |
| CMYK | 0 | 0.14 | 0.06 | 0.37 |
| HSL | 327.27º | 0.1% | 0.59% | - |
| HSV(B) | 327.27º | 0.14% | 0.63% | - |
| XYZ | 29.52 | 28.28 | 33.18 | - |
| YUV | 146.95 | 130.29 | 138.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 139 | 151 | 0 | 0.14 | 0.06 | 0.37 | 327.27 | 0.1 | 0.59 |
| Hex | A1 | 8B | 97 | 0 | E | 6 | 25 | 147 | A | 3B |
| Octal | 241 | 213 | 227 | 0 | 16 | 6 | 45 | 507 | 12 | 73 |
| Binary | 10100001 | 10001011 | 10010111 | 0 | 1110 | 110 | 100101 | 101000111 | 1010 | 111011 |
Color Harmonies of #A18B97
Complementary color
Monochromatic Colors of #A18B97
Black with #A18B97
Text Example
Text Example
White with #A18B97
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A18B97; }
p { color: rgb(161,139,151); }
H1.HeaderClassName
{
color: #A18B97;
}
.AnyTagClassName
{
color: #A18B97;
}
</style>
background-color css
<style>
a { background-color: #A18B97; }
a { background-color: rgb(161,139,151); }
div.DivClassName
{
background-color: #A18B97;
}
.BgClassName
{
background-color: #A18B97;
}
</style>
border-color css
<style>
span { border-color: #A18B97; }
span { border-color: rgb(161,139,151); }
td.TdClassName
{
border-color: #A18B97;
}
.TagClassName
{
border-color: #A18B97;
}
</style>