Shades of Bouquet #A18493
Tints of Bouquet #A18493
RGB
CMYK
RGB Variations
Color information
#A18493 (or 0xA18493) is known color: Bouquet. HEX triplet: A1, 84 and 93. RGB value is (161,132,147). Sum of RGB (Red+Green+Blue) = 161+132+147=440 (58% of max value = 765). Red value is 161 (63.28% from 255 or 36.59% from 440); Green value is 132 (51.95% from 255 or 30% from 440); Blue value is 147 (57.81% from 255 or 33.41% from 440); Max value from RGB is 161 - color contains mainly: red. Hex color #A18493 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A18493 is #5E7B6C. Grayscale: #8E8E8E. Windows color (decimal): -6191981 or 9667745. OLE color: 9667745.
HSL color Cylindrical-coordinate representation of color #A18493: hue angle of 328.97º degrees, saturation: 0.13, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #A18493 is Cyan = 0, Magento = 0.18, Yellow = 0.09 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 132 | 147 | - |
| CMYK | 0 | 0.18 | 0.09 | 0.37 |
| HSL | 328.97º | 0.13% | 0.57% | - |
| HSV(B) | 328.97º | 0.18% | 0.63% | - |
| XYZ | 28.22 | 26.19 | 31.17 | - |
| YUV | 142.38 | 130.61 | 141.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 132 | 147 | 0 | 0.18 | 0.09 | 0.37 | 328.97 | 0.13 | 0.57 |
| Hex | A1 | 84 | 93 | 0 | 12 | 9 | 25 | 149 | D | 39 |
| Octal | 241 | 204 | 223 | 0 | 22 | 11 | 45 | 511 | 15 | 71 |
| Binary | 10100001 | 10000100 | 10010011 | 0 | 10010 | 1001 | 100101 | 101001001 | 1101 | 111001 |
Color Harmonies of #A18493
Complementary color
Monochromatic Colors of #A18493
Black with #A18493
Text Example
Text Example
White with #A18493
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A18493; }
p { color: rgb(161,132,147); }
H1.HeaderClassName
{
color: #A18493;
}
.AnyTagClassName
{
color: #A18493;
}
</style>
background-color css
<style>
a { background-color: #A18493; }
a { background-color: rgb(161,132,147); }
div.DivClassName
{
background-color: #A18493;
}
.BgClassName
{
background-color: #A18493;
}
</style>
border-color css
<style>
span { border-color: #A18493; }
span { border-color: rgb(161,132,147); }
td.TdClassName
{
border-color: #A18493;
}
.TagClassName
{
border-color: #A18493;
}
</style>