Shades of Bouquet #A17B96
Tints of Bouquet #A17B96
RGB
CMYK
RGB Variations
Color information
#A17B96 (or 0xA17B96) is known color: Bouquet. HEX triplet: A1, 7B and 96. RGB value is (161,123,150). Sum of RGB (Red+Green+Blue) = 161+123+150=434 (57% of max value = 765). Red value is 161 (63.28% from 255 or 37.10% from 434); Green value is 123 (48.44% from 255 or 28.34% from 434); Blue value is 150 (58.98% from 255 or 34.56% from 434); Max value from RGB is 161 - color contains mainly: red. Hex color #A17B96 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A17B96 is #5E8469. Grayscale: #898989. Windows color (decimal): -6194282 or 9862049. OLE color: 9862049.
HSL color Cylindrical-coordinate representation of color #A17B96: hue angle of 317.37º degrees, saturation: 0.17, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #A17B96 is Cyan = 0, Magento = 0.24, Yellow = 0.07 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 123 | 150 | - |
| CMYK | 0 | 0.24 | 0.07 | 0.37 |
| HSL | 317.37º | 0.17% | 0.56% | - |
| HSV(B) | 317.37º | 0.24% | 0.63% | - |
| XYZ | 27.29 | 23.94 | 32.04 | - |
| YUV | 137.44 | 135.09 | 144.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 123 | 150 | 0 | 0.24 | 0.07 | 0.37 | 317.37 | 0.17 | 0.56 |
| Hex | A1 | 7B | 96 | 0 | 18 | 7 | 25 | 13D | 11 | 38 |
| Octal | 241 | 173 | 226 | 0 | 30 | 7 | 45 | 475 | 21 | 70 |
| Binary | 10100001 | 1111011 | 10010110 | 0 | 11000 | 111 | 100101 | 100111101 | 10001 | 111000 |
Color Harmonies of #A17B96
Complementary color
Monochromatic Colors of #A17B96
Black with #A17B96
Text Example
Text Example
White with #A17B96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A17B96; }
p { color: rgb(161,123,150); }
H1.HeaderClassName
{
color: #A17B96;
}
.AnyTagClassName
{
color: #A17B96;
}
</style>
background-color css
<style>
a { background-color: #A17B96; }
a { background-color: rgb(161,123,150); }
div.DivClassName
{
background-color: #A17B96;
}
.BgClassName
{
background-color: #A17B96;
}
</style>
border-color css
<style>
span { border-color: #A17B96; }
span { border-color: rgb(161,123,150); }
td.TdClassName
{
border-color: #A17B96;
}
.TagClassName
{
border-color: #A17B96;
}
</style>