Shades of Bouquet #A17A96
Tints of Bouquet #A17A96
RGB
CMYK
RGB Variations
Color information
#A17A96 (or 0xA17A96) is known color: Bouquet. HEX triplet: A1, 7A and 96. RGB value is (161,122,150). Sum of RGB (Red+Green+Blue) = 161+122+150=433 (57% of max value = 765). Red value is 161 (63.28% from 255 or 37.18% from 433); Green value is 122 (48.05% from 255 or 28.18% from 433); Blue value is 150 (58.98% from 255 or 34.64% from 433); Max value from RGB is 161 - color contains mainly: red. Hex color #A17A96 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A17A96 is #5E8569. Grayscale: #888888. Windows color (decimal): -6194538 or 9861793. OLE color: 9861793.
HSL color Cylindrical-coordinate representation of color #A17A96: hue angle of 316.92º degrees, saturation: 0.17, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #A17A96 is Cyan = 0, Magento = 0.24, Yellow = 0.07 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 122 | 150 | - |
| CMYK | 0 | 0.24 | 0.07 | 0.37 |
| HSL | 316.92º | 0.17% | 0.55% | - |
| HSV(B) | 316.92º | 0.24% | 0.63% | - |
| XYZ | 27.16 | 23.7 | 32 | - |
| YUV | 136.85 | 135.42 | 145.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 122 | 150 | 0 | 0.24 | 0.07 | 0.37 | 316.92 | 0.17 | 0.55 |
| Hex | A1 | 7A | 96 | 0 | 18 | 7 | 25 | 13D | 11 | 37 |
| Octal | 241 | 172 | 226 | 0 | 30 | 7 | 45 | 475 | 21 | 67 |
| Binary | 10100001 | 1111010 | 10010110 | 0 | 11000 | 111 | 100101 | 100111101 | 10001 | 110111 |
Color Harmonies of #A17A96
Complementary color
Monochromatic Colors of #A17A96
Black with #A17A96
Text Example
Text Example
White with #A17A96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A17A96; }
p { color: rgb(161,122,150); }
H1.HeaderClassName
{
color: #A17A96;
}
.AnyTagClassName
{
color: #A17A96;
}
</style>
background-color css
<style>
a { background-color: #A17A96; }
a { background-color: rgb(161,122,150); }
div.DivClassName
{
background-color: #A17A96;
}
.BgClassName
{
background-color: #A17A96;
}
</style>
border-color css
<style>
span { border-color: #A17A96; }
span { border-color: rgb(161,122,150); }
td.TdClassName
{
border-color: #A17A96;
}
.TagClassName
{
border-color: #A17A96;
}
</style>