Shades of Bouquet #A96896
Tints of Bouquet #A96896
RGB
CMYK
RGB Variations
Color information
#A96896 (or 0xA96896) is known color: Bouquet. HEX triplet: A9, 68 and 96. RGB value is (169,104,150). Sum of RGB (Red+Green+Blue) = 169+104+150=423 (56% of max value = 765). Red value is 169 (66.41% from 255 or 39.95% from 423); Green value is 104 (41.02% from 255 or 24.59% from 423); Blue value is 150 (58.98% from 255 or 35.46% from 423); Max value from RGB is 169 - color contains mainly: red. Hex color #A96896 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A96896 is #569769. Grayscale: #808080. Windows color (decimal): -5674858 or 9857193. OLE color: 9857193.
HSL color Cylindrical-coordinate representation of color #A96896: hue angle of 317.54º degrees, saturation: 0.27, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #A96896 is Cyan = 0, Magento = 0.38, Yellow = 0.11 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 104 | 150 | - |
| CMYK | 0 | 0.38 | 0.11 | 0.34 |
| HSL | 317.54º | 0.27% | 0.54% | - |
| HSV(B) | 317.54º | 0.38% | 0.66% | - |
| XYZ | 26.82 | 20.54 | 31.4 | - |
| YUV | 128.68 | 140.03 | 156.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 104 | 150 | 0 | 0.38 | 0.11 | 0.34 | 317.54 | 0.27 | 0.54 |
| Hex | A9 | 68 | 96 | 0 | 26 | B | 22 | 13E | 1B | 36 |
| Octal | 251 | 150 | 226 | 0 | 46 | 13 | 42 | 476 | 33 | 66 |
| Binary | 10101001 | 1101000 | 10010110 | 0 | 100110 | 1011 | 100010 | 100111110 | 11011 | 110110 |
Color Harmonies of #A96896
Complementary color
Monochromatic Colors of #A96896
Black with #A96896
Text Example
Text Example
White with #A96896
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A96896; }
p { color: rgb(169,104,150); }
H1.HeaderClassName
{
color: #A96896;
}
.AnyTagClassName
{
color: #A96896;
}
</style>
background-color css
<style>
a { background-color: #A96896; }
a { background-color: rgb(169,104,150); }
div.DivClassName
{
background-color: #A96896;
}
.BgClassName
{
background-color: #A96896;
}
</style>
border-color css
<style>
span { border-color: #A96896; }
span { border-color: rgb(169,104,150); }
td.TdClassName
{
border-color: #A96896;
}
.TagClassName
{
border-color: #A96896;
}
</style>