Shades of Bouquet #A08B9A
Tints of Bouquet #A08B9A
RGB
CMYK
RGB Variations
Color information
#A08B9A (or 0xA08B9A) is known color: Bouquet. HEX triplet: A0, 8B and 9A. RGB value is (160,139,154). Sum of RGB (Red+Green+Blue) = 160+139+154=453 (60% of max value = 765). Red value is 160 (62.89% from 255 or 35.32% from 453); Green value is 139 (54.69% from 255 or 30.68% from 453); Blue value is 154 (60.55% from 255 or 34.00% from 453); Max value from RGB is 160 - color contains mainly: red. Hex color #A08B9A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A08B9A is #5F7465. Grayscale: #929292. Windows color (decimal): -6255718 or 10128288. OLE color: 10128288.
HSL color Cylindrical-coordinate representation of color #A08B9A: hue angle of 317.14º degrees, saturation: 0.1, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #A08B9A is Cyan = 0, Magento = 0.13, Yellow = 0.04 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 139 | 154 | - |
| CMYK | 0 | 0.13 | 0.04 | 0.37 |
| HSL | 317.14º | 0.1% | 0.59% | - |
| HSV(B) | 317.14º | 0.13% | 0.63% | - |
| XYZ | 29.56 | 28.27 | 34.47 | - |
| YUV | 146.99 | 131.96 | 137.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 139 | 154 | 0 | 0.13 | 0.04 | 0.37 | 317.14 | 0.1 | 0.59 |
| Hex | A0 | 8B | 9A | 0 | D | 4 | 25 | 13D | A | 3B |
| Octal | 240 | 213 | 232 | 0 | 15 | 4 | 45 | 475 | 12 | 73 |
| Binary | 10100000 | 10001011 | 10011010 | 0 | 1101 | 100 | 100101 | 100111101 | 1010 | 111011 |
Color Harmonies of #A08B9A
Complementary color
Monochromatic Colors of #A08B9A
Black with #A08B9A
Text Example
Text Example
White with #A08B9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A08B9A; }
p { color: rgb(160,139,154); }
H1.HeaderClassName
{
color: #A08B9A;
}
.AnyTagClassName
{
color: #A08B9A;
}
</style>
background-color css
<style>
a { background-color: #A08B9A; }
a { background-color: rgb(160,139,154); }
div.DivClassName
{
background-color: #A08B9A;
}
.BgClassName
{
background-color: #A08B9A;
}
</style>
border-color css
<style>
span { border-color: #A08B9A; }
span { border-color: rgb(160,139,154); }
td.TdClassName
{
border-color: #A08B9A;
}
.TagClassName
{
border-color: #A08B9A;
}
</style>