Shades of Bouquet #A08A99
Tints of Bouquet #A08A99
RGB
CMYK
RGB Variations
Color information
#A08A99 (or 0xA08A99) is known color: Bouquet. HEX triplet: A0, 8A and 99. RGB value is (160,138,153). Sum of RGB (Red+Green+Blue) = 160+138+153=451 (59% of max value = 765). Red value is 160 (62.89% from 255 or 35.48% from 451); Green value is 138 (54.30% from 255 or 30.60% from 451); Blue value is 153 (60.16% from 255 or 33.92% from 451); Max value from RGB is 160 - color contains mainly: red. Hex color #A08A99 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A08A99 is #5F7566. Grayscale: #929292. Windows color (decimal): -6255975 or 10062496. OLE color: 10062496.
HSL color Cylindrical-coordinate representation of color #A08A99: hue angle of 319.09º 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 #A08A99 is Cyan = 0, Magento = 0.14, Yellow = 0.04 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 138 | 153 | - |
| CMYK | 0 | 0.14 | 0.04 | 0.37 |
| HSL | 319.09º | 0.1% | 0.58% | - |
| HSV(B) | 319.09º | 0.14% | 0.63% | - |
| XYZ | 29.34 | 27.95 | 33.99 | - |
| YUV | 146.29 | 131.79 | 137.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 138 | 153 | 0 | 0.14 | 0.04 | 0.37 | 319.09 | 0.1 | 0.58 |
| Hex | A0 | 8A | 99 | 0 | E | 4 | 25 | 13F | A | 3A |
| Octal | 240 | 212 | 231 | 0 | 16 | 4 | 45 | 477 | 12 | 72 |
| Binary | 10100000 | 10001010 | 10011001 | 0 | 1110 | 100 | 100101 | 100111111 | 1010 | 111010 |
Color Harmonies of #A08A99
Complementary color
Monochromatic Colors of #A08A99
Black with #A08A99
Text Example
Text Example
White with #A08A99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A08A99; }
p { color: rgb(160,138,153); }
H1.HeaderClassName
{
color: #A08A99;
}
.AnyTagClassName
{
color: #A08A99;
}
</style>
background-color css
<style>
a { background-color: #A08A99; }
a { background-color: rgb(160,138,153); }
div.DivClassName
{
background-color: #A08A99;
}
.BgClassName
{
background-color: #A08A99;
}
</style>
border-color css
<style>
span { border-color: #A08A99; }
span { border-color: rgb(160,138,153); }
td.TdClassName
{
border-color: #A08A99;
}
.TagClassName
{
border-color: #A08A99;
}
</style>