Shades of Bouquet #A18C99
Tints of Bouquet #A18C99
RGB
CMYK
RGB Variations
Color information
#A18C99 (or 0xA18C99) is known color: Bouquet. HEX triplet: A1, 8C and 99. RGB value is (161,140,153). Sum of RGB (Red+Green+Blue) = 161+140+153=454 (60% of max value = 765). Red value is 161 (63.28% from 255 or 35.46% from 454); Green value is 140 (55.08% from 255 or 30.84% from 454); Blue value is 153 (60.16% from 255 or 33.70% from 454); Max value from RGB is 161 - color contains mainly: red. Hex color #A18C99 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A18C99 is #5E7366. Grayscale: #939393. Windows color (decimal): -6189927 or 10063009. OLE color: 10063009.
HSL color Cylindrical-coordinate representation of color #A18C99: hue angle of 322.86º degrees, saturation: 0.1, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #A18C99 is Cyan = 0, Magento = 0.13, Yellow = 0.05 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 140 | 153 | - |
| CMYK | 0 | 0.13 | 0.05 | 0.37 |
| HSL | 322.86º | 0.1% | 0.59% | - |
| HSV(B) | 322.86º | 0.13% | 0.63% | - |
| XYZ | 29.83 | 28.63 | 34.09 | - |
| YUV | 147.76 | 130.96 | 137.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 140 | 153 | 0 | 0.13 | 0.05 | 0.37 | 322.86 | 0.1 | 0.59 |
| Hex | A1 | 8C | 99 | 0 | D | 5 | 25 | 143 | A | 3B |
| Octal | 241 | 214 | 231 | 0 | 15 | 5 | 45 | 503 | 12 | 73 |
| Binary | 10100001 | 10001100 | 10011001 | 0 | 1101 | 101 | 100101 | 101000011 | 1010 | 111011 |
Color Harmonies of #A18C99
Complementary color
Monochromatic Colors of #A18C99
Black with #A18C99
Text Example
Text Example
White with #A18C99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A18C99; }
p { color: rgb(161,140,153); }
H1.HeaderClassName
{
color: #A18C99;
}
.AnyTagClassName
{
color: #A18C99;
}
</style>
background-color css
<style>
a { background-color: #A18C99; }
a { background-color: rgb(161,140,153); }
div.DivClassName
{
background-color: #A18C99;
}
.BgClassName
{
background-color: #A18C99;
}
</style>
border-color css
<style>
span { border-color: #A18C99; }
span { border-color: rgb(161,140,153); }
td.TdClassName
{
border-color: #A18C99;
}
.TagClassName
{
border-color: #A18C99;
}
</style>