Shades of Bouquet #A88095
Tints of Bouquet #A88095
RGB
CMYK
RGB Variations
Color information
#A88095 (or 0xA88095) is known color: Bouquet. HEX triplet: A8, 80 and 95. RGB value is (168,128,149). Sum of RGB (Red+Green+Blue) = 168+128+149=445 (58% of max value = 765). Red value is 168 (66.02% from 255 or 37.75% from 445); Green value is 128 (50.39% from 255 or 28.76% from 445); Blue value is 149 (58.59% from 255 or 33.48% from 445); Max value from RGB is 168 - color contains mainly: red. Hex color #A88095 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A88095 is #577F6A. Grayscale: #8E8E8E. Windows color (decimal): -5734251 or 9797800. OLE color: 9797800.
HSL color Cylindrical-coordinate representation of color #A88095: hue angle of 328.5º degrees, saturation: 0.19, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #A88095 is Cyan = 0, Magento = 0.24, Yellow = 0.11 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 128 | 149 | - |
| CMYK | 0 | 0.24 | 0.11 | 0.34 |
| HSL | 328.5º | 0.19% | 0.58% | - |
| HSV(B) | 328.5º | 0.24% | 0.66% | - |
| XYZ | 29.29 | 25.93 | 31.9 | - |
| YUV | 142.35 | 131.75 | 146.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 128 | 149 | 0 | 0.24 | 0.11 | 0.34 | 328.5 | 0.19 | 0.58 |
| Hex | A8 | 80 | 95 | 0 | 18 | B | 22 | 148 | 13 | 3A |
| Octal | 250 | 200 | 225 | 0 | 30 | 13 | 42 | 510 | 23 | 72 |
| Binary | 10101000 | 10000000 | 10010101 | 0 | 11000 | 1011 | 100010 | 101001000 | 10011 | 111010 |
Color Harmonies of #A88095
Complementary color
Monochromatic Colors of #A88095
Black with #A88095
Text Example
Text Example
White with #A88095
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A88095; }
p { color: rgb(168,128,149); }
H1.HeaderClassName
{
color: #A88095;
}
.AnyTagClassName
{
color: #A88095;
}
</style>
background-color css
<style>
a { background-color: #A88095; }
a { background-color: rgb(168,128,149); }
div.DivClassName
{
background-color: #A88095;
}
.BgClassName
{
background-color: #A88095;
}
</style>
border-color css
<style>
span { border-color: #A88095; }
span { border-color: rgb(168,128,149); }
td.TdClassName
{
border-color: #A88095;
}
.TagClassName
{
border-color: #A88095;
}
</style>