Shades of Bouquet #A88396
Tints of Bouquet #A88396
RGB
CMYK
RGB Variations
Color information
#A88396 (or 0xA88396) is known color: Bouquet. HEX triplet: A8, 83 and 96. RGB value is (168,131,150). Sum of RGB (Red+Green+Blue) = 168+131+150=449 (59% of max value = 765). Red value is 168 (66.02% from 255 or 37.42% from 449); Green value is 131 (51.56% from 255 or 29.18% from 449); Blue value is 150 (58.98% from 255 or 33.41% from 449); Max value from RGB is 168 - color contains mainly: red. Hex color #A88396 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A88396 is #577C69. Grayscale: #909090. Windows color (decimal): -5733482 or 9864104. OLE color: 9864104.
HSL color Cylindrical-coordinate representation of color #A88396: hue angle of 329.19º degrees, saturation: 0.18, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #A88396 is Cyan = 0, Magento = 0.22, Yellow = 0.11 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 131 | 150 | - |
| CMYK | 0 | 0.22 | 0.11 | 0.34 |
| HSL | 329.19º | 0.18% | 0.59% | - |
| HSV(B) | 329.19º | 0.22% | 0.66% | - |
| XYZ | 29.77 | 26.76 | 32.45 | - |
| YUV | 144.23 | 131.26 | 144.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 131 | 150 | 0 | 0.22 | 0.11 | 0.34 | 329.19 | 0.18 | 0.59 |
| Hex | A8 | 83 | 96 | 0 | 16 | B | 22 | 149 | 12 | 3B |
| Octal | 250 | 203 | 226 | 0 | 26 | 13 | 42 | 511 | 22 | 73 |
| Binary | 10101000 | 10000011 | 10010110 | 0 | 10110 | 1011 | 100010 | 101001001 | 10010 | 111011 |
Color Harmonies of #A88396
Complementary color
Monochromatic Colors of #A88396
Black with #A88396
Text Example
Text Example
White with #A88396
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A88396; }
p { color: rgb(168,131,150); }
H1.HeaderClassName
{
color: #A88396;
}
.AnyTagClassName
{
color: #A88396;
}
</style>
background-color css
<style>
a { background-color: #A88396; }
a { background-color: rgb(168,131,150); }
div.DivClassName
{
background-color: #A88396;
}
.BgClassName
{
background-color: #A88396;
}
</style>
border-color css
<style>
span { border-color: #A88396; }
span { border-color: rgb(168,131,150); }
td.TdClassName
{
border-color: #A88396;
}
.TagClassName
{
border-color: #A88396;
}
</style>