Shades of Bouquet #A18A95
Tints of Bouquet #A18A95
RGB
CMYK
RGB Variations
Color information
#A18A95 (or 0xA18A95) is known color: Bouquet. HEX triplet: A1, 8A and 95. RGB value is (161,138,149). Sum of RGB (Red+Green+Blue) = 161+138+149=448 (59% of max value = 765). Red value is 161 (63.28% from 255 or 35.94% from 448); Green value is 138 (54.30% from 255 or 30.80% from 448); Blue value is 149 (58.59% from 255 or 33.26% from 448); Max value from RGB is 161 - color contains mainly: red. Hex color #A18A95 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A18A95 is #5E756A. Grayscale: #929292. Windows color (decimal): -6190443 or 9800353. OLE color: 9800353.
HSL color Cylindrical-coordinate representation of color #A18A95: hue angle of 331.3º 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 #A18A95 is Cyan = 0, Magento = 0.14, Yellow = 0.07 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 138 | 149 | - |
| CMYK | 0 | 0.14 | 0.07 | 0.37 |
| HSL | 331.3º | 0.11% | 0.59% | - |
| HSV(B) | 331.3º | 0.14% | 0.63% | - |
| XYZ | 29.21 | 27.92 | 32.28 | - |
| YUV | 146.13 | 129.62 | 138.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 138 | 149 | 0 | 0.14 | 0.07 | 0.37 | 331.3 | 0.11 | 0.59 |
| Hex | A1 | 8A | 95 | 0 | E | 7 | 25 | 14B | B | 3B |
| Octal | 241 | 212 | 225 | 0 | 16 | 7 | 45 | 513 | 13 | 73 |
| Binary | 10100001 | 10001010 | 10010101 | 0 | 1110 | 111 | 100101 | 101001011 | 1011 | 111011 |
Color Harmonies of #A18A95
Complementary color
Monochromatic Colors of #A18A95
Black with #A18A95
Text Example
Text Example
White with #A18A95
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A18A95; }
p { color: rgb(161,138,149); }
H1.HeaderClassName
{
color: #A18A95;
}
.AnyTagClassName
{
color: #A18A95;
}
</style>
background-color css
<style>
a { background-color: #A18A95; }
a { background-color: rgb(161,138,149); }
div.DivClassName
{
background-color: #A18A95;
}
.BgClassName
{
background-color: #A18A95;
}
</style>
border-color css
<style>
span { border-color: #A18A95; }
span { border-color: rgb(161,138,149); }
td.TdClassName
{
border-color: #A18A95;
}
.TagClassName
{
border-color: #A18A95;
}
</style>