Shades of Bouquet #A08A94
Tints of Bouquet #A08A94
RGB
CMYK
RGB Variations
Color information
#A08A94 (or 0xA08A94) is known color: Bouquet. HEX triplet: A0, 8A and 94. RGB value is (160,138,148). Sum of RGB (Red+Green+Blue) = 160+138+148=446 (59% of max value = 765). Red value is 160 (62.89% from 255 or 35.87% from 446); Green value is 138 (54.30% from 255 or 30.94% from 446); Blue value is 148 (58.20% from 255 or 33.18% from 446); Max value from RGB is 160 - color contains mainly: red. Hex color #A08A94 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A08A94 is #5F756B. Grayscale: #919191. Windows color (decimal): -6255980 or 9734816. OLE color: 9734816.
HSL color Cylindrical-coordinate representation of color #A08A94: hue angle of 332.73º degrees, saturation: 0.1, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #A08A94 is Cyan = 0, Magento = 0.14, Yellow = 0.07 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 138 | 148 | - |
| CMYK | 0 | 0.14 | 0.07 | 0.37 |
| HSL | 332.73º | 0.1% | 0.58% | - |
| HSV(B) | 332.73º | 0.14% | 0.63% | - |
| XYZ | 28.93 | 27.79 | 31.86 | - |
| YUV | 145.72 | 129.29 | 138.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 138 | 148 | 0 | 0.14 | 0.07 | 0.37 | 332.73 | 0.1 | 0.58 |
| Hex | A0 | 8A | 94 | 0 | E | 7 | 25 | 14D | A | 3A |
| Octal | 240 | 212 | 224 | 0 | 16 | 7 | 45 | 515 | 12 | 72 |
| Binary | 10100000 | 10001010 | 10010100 | 0 | 1110 | 111 | 100101 | 101001101 | 1010 | 111010 |
Color Harmonies of #A08A94
Complementary color
Monochromatic Colors of #A08A94
Black with #A08A94
Text Example
Text Example
White with #A08A94
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A08A94; }
p { color: rgb(160,138,148); }
H1.HeaderClassName
{
color: #A08A94;
}
.AnyTagClassName
{
color: #A08A94;
}
</style>
background-color css
<style>
a { background-color: #A08A94; }
a { background-color: rgb(160,138,148); }
div.DivClassName
{
background-color: #A08A94;
}
.BgClassName
{
background-color: #A08A94;
}
</style>
border-color css
<style>
span { border-color: #A08A94; }
span { border-color: rgb(160,138,148); }
td.TdClassName
{
border-color: #A08A94;
}
.TagClassName
{
border-color: #A08A94;
}
</style>