Shades of Bouquet #A18995
Tints of Bouquet #A18995
RGB
CMYK
RGB Variations
Color information
#A18995 (or 0xA18995) is known color: Bouquet. HEX triplet: A1, 89 and 95. RGB value is (161,137,149). Sum of RGB (Red+Green+Blue) = 161+137+149=447 (59% of max value = 765). Red value is 161 (63.28% from 255 or 36.02% from 447); Green value is 137 (53.91% from 255 or 30.65% from 447); Blue value is 149 (58.59% from 255 or 33.33% from 447); Max value from RGB is 161 - color contains mainly: red. Hex color #A18995 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A18995 is #5E766A. Grayscale: #919191. Windows color (decimal): -6190699 or 9800097. OLE color: 9800097.
HSL color Cylindrical-coordinate representation of color #A18995: hue angle of 330º 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 #A18995 is Cyan = 0, Magento = 0.15, Yellow = 0.07 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 137 | 149 | - |
| CMYK | 0 | 0.15 | 0.07 | 0.37 |
| HSL | 330º | 0.11% | 0.58% | - |
| HSV(B) | 330º | 0.15% | 0.63% | - |
| XYZ | 29.07 | 27.64 | 32.24 | - |
| YUV | 145.54 | 129.95 | 139.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 137 | 149 | 0 | 0.15 | 0.07 | 0.37 | 330 | 0.11 | 0.58 |
| Hex | A1 | 89 | 95 | 0 | F | 7 | 25 | 14A | B | 3A |
| Octal | 241 | 211 | 225 | 0 | 17 | 7 | 45 | 512 | 13 | 72 |
| Binary | 10100001 | 10001001 | 10010101 | 0 | 1111 | 111 | 100101 | 101001010 | 1011 | 111010 |
Color Harmonies of #A18995
Complementary color
Monochromatic Colors of #A18995
Black with #A18995
Text Example
Text Example
White with #A18995
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A18995; }
p { color: rgb(161,137,149); }
H1.HeaderClassName
{
color: #A18995;
}
.AnyTagClassName
{
color: #A18995;
}
</style>
background-color css
<style>
a { background-color: #A18995; }
a { background-color: rgb(161,137,149); }
div.DivClassName
{
background-color: #A18995;
}
.BgClassName
{
background-color: #A18995;
}
</style>
border-color css
<style>
span { border-color: #A18995; }
span { border-color: rgb(161,137,149); }
td.TdClassName
{
border-color: #A18995;
}
.TagClassName
{
border-color: #A18995;
}
</style>