Shades of Bouquet #A88995
Tints of Bouquet #A88995
RGB
CMYK
RGB Variations
Color information
#A88995 (or 0xA88995) is known color: Bouquet. HEX triplet: A8, 89 and 95. RGB value is (168,137,149). Sum of RGB (Red+Green+Blue) = 168+137+149=454 (60% of max value = 765). Red value is 168 (66.02% from 255 or 37.00% from 454); Green value is 137 (53.91% from 255 or 30.18% from 454); Blue value is 149 (58.59% from 255 or 32.82% from 454); Max value from RGB is 168 - color contains mainly: red. Hex color #A88995 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A88995 is #57766A. Grayscale: #939393. Windows color (decimal): -5731947 or 9800104. OLE color: 9800104.
HSL color Cylindrical-coordinate representation of color #A88995: hue angle of 336.77º degrees, saturation: 0.15, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #A88995 is Cyan = 0, Magento = 0.18, Yellow = 0.11 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 137 | 149 | - |
| CMYK | 0 | 0.18 | 0.11 | 0.34 |
| HSL | 336.77º | 0.15% | 0.6% | - |
| HSV(B) | 336.77º | 0.18% | 0.66% | - |
| XYZ | 30.52 | 28.39 | 32.3 | - |
| YUV | 147.64 | 128.77 | 142.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 137 | 149 | 0 | 0.18 | 0.11 | 0.34 | 336.77 | 0.15 | 0.6 |
| Hex | A8 | 89 | 95 | 0 | 12 | B | 22 | 151 | F | 3C |
| Octal | 250 | 211 | 225 | 0 | 22 | 13 | 42 | 521 | 17 | 74 |
| Binary | 10101000 | 10001001 | 10010101 | 0 | 10010 | 1011 | 100010 | 101010001 | 1111 | 111100 |
Color Harmonies of #A88995
Complementary color
Monochromatic Colors of #A88995
Black with #A88995
Text Example
Text Example
White with #A88995
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A88995; }
p { color: rgb(168,137,149); }
H1.HeaderClassName
{
color: #A88995;
}
.AnyTagClassName
{
color: #A88995;
}
</style>
background-color css
<style>
a { background-color: #A88995; }
a { background-color: rgb(168,137,149); }
div.DivClassName
{
background-color: #A88995;
}
.BgClassName
{
background-color: #A88995;
}
</style>
border-color css
<style>
span { border-color: #A88995; }
span { border-color: rgb(168,137,149); }
td.TdClassName
{
border-color: #A88995;
}
.TagClassName
{
border-color: #A88995;
}
</style>