Shades of Bouquet #A18A99
Tints of Bouquet #A18A99
RGB
CMYK
RGB Variations
Color information
#A18A99 (or 0xA18A99) is known color: Bouquet. HEX triplet: A1, 8A and 99. RGB value is (161,138,153). Sum of RGB (Red+Green+Blue) = 161+138+153=452 (59% of max value = 765). Red value is 161 (63.28% from 255 or 35.62% from 452); Green value is 138 (54.30% from 255 or 30.53% from 452); Blue value is 153 (60.16% from 255 or 33.85% from 452); Max value from RGB is 161 - color contains mainly: red. Hex color #A18A99 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A18A99 is #5E7566. Grayscale: #929292. Windows color (decimal): -6190439 or 10062497. OLE color: 10062497.
HSL color Cylindrical-coordinate representation of color #A18A99: hue angle of 320.87º degrees, saturation: 0.11, 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 #A18A99 is Cyan = 0, Magento = 0.14, Yellow = 0.05 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 138 | 153 | - |
| CMYK | 0 | 0.14 | 0.05 | 0.37 |
| HSL | 320.87º | 0.11% | 0.59% | - |
| HSV(B) | 320.87º | 0.14% | 0.63% | - |
| XYZ | 29.54 | 28.05 | 34 | - |
| YUV | 146.59 | 131.62 | 138.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 138 | 153 | 0 | 0.14 | 0.05 | 0.37 | 320.87 | 0.11 | 0.59 |
| Hex | A1 | 8A | 99 | 0 | E | 5 | 25 | 141 | B | 3B |
| Octal | 241 | 212 | 231 | 0 | 16 | 5 | 45 | 501 | 13 | 73 |
| Binary | 10100001 | 10001010 | 10011001 | 0 | 1110 | 101 | 100101 | 101000001 | 1011 | 111011 |
Color Harmonies of #A18A99
Complementary color
Monochromatic Colors of #A18A99
Black with #A18A99
Text Example
Text Example
White with #A18A99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A18A99; }
p { color: rgb(161,138,153); }
H1.HeaderClassName
{
color: #A18A99;
}
.AnyTagClassName
{
color: #A18A99;
}
</style>
background-color css
<style>
a { background-color: #A18A99; }
a { background-color: rgb(161,138,153); }
div.DivClassName
{
background-color: #A18A99;
}
.BgClassName
{
background-color: #A18A99;
}
</style>
border-color css
<style>
span { border-color: #A18A99; }
span { border-color: rgb(161,138,153); }
td.TdClassName
{
border-color: #A18A99;
}
.TagClassName
{
border-color: #A18A99;
}
</style>