Shades of Bouquet #A1899D
Tints of Bouquet #A1899D
RGB
CMYK
RGB Variations
Color information
#A1899D (or 0xA1899D) is known color: Bouquet. HEX triplet: A1, 89 and 9D. RGB value is (161,137,157). Sum of RGB (Red+Green+Blue) = 161+137+157=455 (60% of max value = 765). Red value is 161 (63.28% from 255 or 35.38% from 455); Green value is 137 (53.91% from 255 or 30.11% from 455); Blue value is 157 (61.72% from 255 or 34.51% from 455); Max value from RGB is 161 - color contains mainly: red. Hex color #A1899D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A1899D is #5E7662. Grayscale: #929292. Windows color (decimal): -6190691 or 10324385. OLE color: 10324385.
HSL color Cylindrical-coordinate representation of color #A1899D: hue angle of 310º 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 #A1899D is Cyan = 0, Magento = 0.15, Yellow = 0.02 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 137 | 157 | - |
| CMYK | 0 | 0.15 | 0.02 | 0.37 |
| HSL | 310º | 0.11% | 0.58% | - |
| HSV(B) | 310º | 0.15% | 0.63% | - |
| XYZ | 29.73 | 27.9 | 35.72 | - |
| YUV | 146.46 | 133.95 | 138.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 137 | 157 | 0 | 0.15 | 0.02 | 0.37 | 310 | 0.11 | 0.58 |
| Hex | A1 | 89 | 9D | 0 | F | 2 | 25 | 136 | B | 3A |
| Octal | 241 | 211 | 235 | 0 | 17 | 2 | 45 | 466 | 13 | 72 |
| Binary | 10100001 | 10001001 | 10011101 | 0 | 1111 | 10 | 100101 | 100110110 | 1011 | 111010 |
Color Harmonies of #A1899D
Complementary color
Monochromatic Colors of #A1899D
Black with #A1899D
Text Example
Text Example
White with #A1899D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1899D; }
p { color: rgb(161,137,157); }
H1.HeaderClassName
{
color: #A1899D;
}
.AnyTagClassName
{
color: #A1899D;
}
</style>
background-color css
<style>
a { background-color: #A1899D; }
a { background-color: rgb(161,137,157); }
div.DivClassName
{
background-color: #A1899D;
}
.BgClassName
{
background-color: #A1899D;
}
</style>
border-color css
<style>
span { border-color: #A1899D; }
span { border-color: rgb(161,137,157); }
td.TdClassName
{
border-color: #A1899D;
}
.TagClassName
{
border-color: #A1899D;
}
</style>