Shades of Bouquet #A88094
Tints of Bouquet #A88094
RGB
CMYK
RGB Variations
Color information
#A88094 (or 0xA88094) is known color: Bouquet. HEX triplet: A8, 80 and 94. RGB value is (168,128,148). Sum of RGB (Red+Green+Blue) = 168+128+148=444 (58% of max value = 765). Red value is 168 (66.02% from 255 or 37.84% from 444); Green value is 128 (50.39% from 255 or 28.83% from 444); Blue value is 148 (58.20% from 255 or 33.33% from 444); Max value from RGB is 168 - color contains mainly: red. Hex color #A88094 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A88094 is #577F6B. Grayscale: #8E8E8E. Windows color (decimal): -5734252 or 9732264. OLE color: 9732264.
HSL color Cylindrical-coordinate representation of color #A88094: hue angle of 330º 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 #A88094 is Cyan = 0, Magento = 0.24, Yellow = 0.12 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 128 | 148 | - |
| CMYK | 0 | 0.24 | 0.12 | 0.34 |
| HSL | 330º | 0.19% | 0.58% | - |
| HSV(B) | 330º | 0.24% | 0.66% | - |
| XYZ | 29.21 | 25.9 | 31.48 | - |
| YUV | 142.24 | 131.25 | 146.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 128 | 148 | 0 | 0.24 | 0.12 | 0.34 | 330 | 0.19 | 0.58 |
| Hex | A8 | 80 | 94 | 0 | 18 | C | 22 | 14A | 13 | 3A |
| Octal | 250 | 200 | 224 | 0 | 30 | 14 | 42 | 512 | 23 | 72 |
| Binary | 10101000 | 10000000 | 10010100 | 0 | 11000 | 1100 | 100010 | 101001010 | 10011 | 111010 |
Color Harmonies of #A88094
Complementary color
Monochromatic Colors of #A88094
Black with #A88094
Text Example
Text Example
White with #A88094
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A88094; }
p { color: rgb(168,128,148); }
H1.HeaderClassName
{
color: #A88094;
}
.AnyTagClassName
{
color: #A88094;
}
</style>
background-color css
<style>
a { background-color: #A88094; }
a { background-color: rgb(168,128,148); }
div.DivClassName
{
background-color: #A88094;
}
.BgClassName
{
background-color: #A88094;
}
</style>
border-color css
<style>
span { border-color: #A88094; }
span { border-color: rgb(168,128,148); }
td.TdClassName
{
border-color: #A88094;
}
.TagClassName
{
border-color: #A88094;
}
</style>