Shades of Bouquet #A08995
Tints of Bouquet #A08995
RGB
CMYK
RGB Variations
Color information
#A08995 (or 0xA08995) is known color: Bouquet. HEX triplet: A0, 89 and 95. RGB value is (160,137,149). Sum of RGB (Red+Green+Blue) = 160+137+149=446 (59% of max value = 765). Red value is 160 (62.89% from 255 or 35.87% from 446); Green value is 137 (53.91% from 255 or 30.72% from 446); Blue value is 149 (58.59% from 255 or 33.41% from 446); Max value from RGB is 160 - color contains mainly: red. Hex color #A08995 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A08995 is #5F766A. Grayscale: #919191. Windows color (decimal): -6256235 or 9800096. OLE color: 9800096.
HSL color Cylindrical-coordinate representation of color #A08995: hue angle of 328.7º degrees, saturation: 0.11, 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 #A08995 is Cyan = 0, Magento = 0.14, Yellow = 0.07 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 137 | 149 | - |
| CMYK | 0 | 0.14 | 0.07 | 0.37 |
| HSL | 328.7º | 0.11% | 0.58% | - |
| HSV(B) | 328.7º | 0.14% | 0.63% | - |
| XYZ | 28.87 | 27.53 | 32.23 | - |
| YUV | 145.25 | 130.12 | 138.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 137 | 149 | 0 | 0.14 | 0.07 | 0.37 | 328.7 | 0.11 | 0.58 |
| Hex | A0 | 89 | 95 | 0 | E | 7 | 25 | 149 | B | 3A |
| Octal | 240 | 211 | 225 | 0 | 16 | 7 | 45 | 511 | 13 | 72 |
| Binary | 10100000 | 10001001 | 10010101 | 0 | 1110 | 111 | 100101 | 101001001 | 1011 | 111010 |
Color Harmonies of #A08995
Complementary color
Monochromatic Colors of #A08995
Black with #A08995
Text Example
Text Example
White with #A08995
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A08995; }
p { color: rgb(160,137,149); }
H1.HeaderClassName
{
color: #A08995;
}
.AnyTagClassName
{
color: #A08995;
}
</style>
background-color css
<style>
a { background-color: #A08995; }
a { background-color: rgb(160,137,149); }
div.DivClassName
{
background-color: #A08995;
}
.BgClassName
{
background-color: #A08995;
}
</style>
border-color css
<style>
span { border-color: #A08995; }
span { border-color: rgb(160,137,149); }
td.TdClassName
{
border-color: #A08995;
}
.TagClassName
{
border-color: #A08995;
}
</style>