Shades of Bouquet #A96B96
Tints of Bouquet #A96B96
RGB
CMYK
RGB Variations
Color information
#A96B96 (or 0xA96B96) is known color: Bouquet. HEX triplet: A9, 6B and 96. RGB value is (169,107,150). Sum of RGB (Red+Green+Blue) = 169+107+150=426 (56% of max value = 765). Red value is 169 (66.41% from 255 or 39.67% from 426); Green value is 107 (42.19% from 255 or 25.12% from 426); Blue value is 150 (58.98% from 255 or 35.21% from 426); Max value from RGB is 169 - color contains mainly: red. Hex color #A96B96 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A96B96 is #569469. Grayscale: #828282. Windows color (decimal): -5674090 or 9857961. OLE color: 9857961.
HSL color Cylindrical-coordinate representation of color #A96B96: hue angle of 318.39º degrees, saturation: 0.26, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #A96B96 is Cyan = 0, Magento = 0.37, Yellow = 0.11 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 107 | 150 | - |
| CMYK | 0 | 0.37 | 0.11 | 0.34 |
| HSL | 318.39º | 0.26% | 0.54% | - |
| HSV(B) | 318.39º | 0.37% | 0.66% | - |
| XYZ | 27.12 | 21.15 | 31.51 | - |
| YUV | 130.44 | 139.04 | 155.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 107 | 150 | 0 | 0.37 | 0.11 | 0.34 | 318.39 | 0.26 | 0.54 |
| Hex | A9 | 6B | 96 | 0 | 25 | B | 22 | 13E | 1A | 36 |
| Octal | 251 | 153 | 226 | 0 | 45 | 13 | 42 | 476 | 32 | 66 |
| Binary | 10101001 | 1101011 | 10010110 | 0 | 100101 | 1011 | 100010 | 100111110 | 11010 | 110110 |
Color Harmonies of #A96B96
Complementary color
Monochromatic Colors of #A96B96
Black with #A96B96
Text Example
Text Example
White with #A96B96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A96B96; }
p { color: rgb(169,107,150); }
H1.HeaderClassName
{
color: #A96B96;
}
.AnyTagClassName
{
color: #A96B96;
}
</style>
background-color css
<style>
a { background-color: #A96B96; }
a { background-color: rgb(169,107,150); }
div.DivClassName
{
background-color: #A96B96;
}
.BgClassName
{
background-color: #A96B96;
}
</style>
border-color css
<style>
span { border-color: #A96B96; }
span { border-color: rgb(169,107,150); }
td.TdClassName
{
border-color: #A96B96;
}
.TagClassName
{
border-color: #A96B96;
}
</style>