Shades of Bouquet #A18194
Tints of Bouquet #A18194
RGB
CMYK
RGB Variations
Color information
#A18194 (or 0xA18194) is known color: Bouquet. HEX triplet: A1, 81 and 94. RGB value is (161,129,148). Sum of RGB (Red+Green+Blue) = 161+129+148=438 (58% of max value = 765). Red value is 161 (63.28% from 255 or 36.76% from 438); Green value is 129 (50.78% from 255 or 29.45% from 438); Blue value is 148 (58.20% from 255 or 33.79% from 438); Max value from RGB is 161 - color contains mainly: red. Hex color #A18194 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A18194 is #5E7E6B. Grayscale: #8C8C8C. Windows color (decimal): -6192748 or 9732513. OLE color: 9732513.
HSL color Cylindrical-coordinate representation of color #A18194: hue angle of 324.38º degrees, saturation: 0.15, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #A18194 is Cyan = 0, Magento = 0.20, Yellow = 0.08 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 129 | 148 | - |
| CMYK | 0 | 0.20 | 0.08 | 0.37 |
| HSL | 324.38º | 0.15% | 0.57% | - |
| HSV(B) | 324.38º | 0.2% | 0.63% | - |
| XYZ | 27.89 | 25.42 | 31.45 | - |
| YUV | 140.73 | 132.1 | 142.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 129 | 148 | 0 | 0.20 | 0.08 | 0.37 | 324.38 | 0.15 | 0.57 |
| Hex | A1 | 81 | 94 | 0 | 14 | 8 | 25 | 144 | F | 39 |
| Octal | 241 | 201 | 224 | 0 | 24 | 10 | 45 | 504 | 17 | 71 |
| Binary | 10100001 | 10000001 | 10010100 | 0 | 10100 | 1000 | 100101 | 101000100 | 1111 | 111001 |
Color Harmonies of #A18194
Complementary color
Monochromatic Colors of #A18194
Black with #A18194
Text Example
Text Example
White with #A18194
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A18194; }
p { color: rgb(161,129,148); }
H1.HeaderClassName
{
color: #A18194;
}
.AnyTagClassName
{
color: #A18194;
}
</style>
background-color css
<style>
a { background-color: #A18194; }
a { background-color: rgb(161,129,148); }
div.DivClassName
{
background-color: #A18194;
}
.BgClassName
{
background-color: #A18194;
}
</style>
border-color css
<style>
span { border-color: #A18194; }
span { border-color: rgb(161,129,148); }
td.TdClassName
{
border-color: #A18194;
}
.TagClassName
{
border-color: #A18194;
}
</style>