Shades of Bouquet #A88496
Tints of Bouquet #A88496
RGB
CMYK
RGB Variations
Color information
#A88496 (or 0xA88496) is known color: Bouquet. HEX triplet: A8, 84 and 96. RGB value is (168,132,150). Sum of RGB (Red+Green+Blue) = 168+132+150=450 (59% of max value = 765). Red value is 168 (66.02% from 255 or 37.33% from 450); Green value is 132 (51.95% from 255 or 29.33% from 450); Blue value is 150 (58.98% from 255 or 33.33% from 450); Max value from RGB is 168 - color contains mainly: red. Hex color #A88496 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A88496 is #577B69. Grayscale: #909090. Windows color (decimal): -5733226 or 9864360. OLE color: 9864360.
HSL color Cylindrical-coordinate representation of color #A88496: hue angle of 330º degrees, saturation: 0.17, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #A88496 is Cyan = 0, Magento = 0.21, Yellow = 0.11 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 132 | 150 | - |
| CMYK | 0 | 0.21 | 0.11 | 0.34 |
| HSL | 330º | 0.17% | 0.59% | - |
| HSV(B) | 330º | 0.21% | 0.66% | - |
| XYZ | 29.9 | 27.03 | 32.5 | - |
| YUV | 144.82 | 130.93 | 144.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 132 | 150 | 0 | 0.21 | 0.11 | 0.34 | 330 | 0.17 | 0.59 |
| Hex | A8 | 84 | 96 | 0 | 15 | B | 22 | 14A | 11 | 3B |
| Octal | 250 | 204 | 226 | 0 | 25 | 13 | 42 | 512 | 21 | 73 |
| Binary | 10101000 | 10000100 | 10010110 | 0 | 10101 | 1011 | 100010 | 101001010 | 10001 | 111011 |
Color Harmonies of #A88496
Complementary color
Monochromatic Colors of #A88496
Black with #A88496
Text Example
Text Example
White with #A88496
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A88496; }
p { color: rgb(168,132,150); }
H1.HeaderClassName
{
color: #A88496;
}
.AnyTagClassName
{
color: #A88496;
}
</style>
background-color css
<style>
a { background-color: #A88496; }
a { background-color: rgb(168,132,150); }
div.DivClassName
{
background-color: #A88496;
}
.BgClassName
{
background-color: #A88496;
}
</style>
border-color css
<style>
span { border-color: #A88496; }
span { border-color: rgb(168,132,150); }
td.TdClassName
{
border-color: #A88496;
}
.TagClassName
{
border-color: #A88496;
}
</style>