Shades of Bouquet #A08098
Tints of Bouquet #A08098
RGB
CMYK
RGB Variations
Color information
#A08098 (or 0xA08098) is known color: Bouquet. HEX triplet: A0, 80 and 98. RGB value is (160,128,152). Sum of RGB (Red+Green+Blue) = 160+128+152=440 (58% of max value = 765). Red value is 160 (62.89% from 255 or 36.36% from 440); Green value is 128 (50.39% from 255 or 29.09% from 440); Blue value is 152 (59.77% from 255 or 34.55% from 440); Max value from RGB is 160 - color contains mainly: red. Hex color #A08098 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A08098 is #5F7F67. Grayscale: #8C8C8C. Windows color (decimal): -6258536 or 9994400. OLE color: 9994400.
HSL color Cylindrical-coordinate representation of color #A08098: hue angle of 315º degrees, saturation: 0.14, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #A08098 is Cyan = 0, Magento = 0.20, Yellow = 0.05 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 128 | 152 | - |
| CMYK | 0 | 0.20 | 0.05 | 0.37 |
| HSL | 315º | 0.14% | 0.56% | - |
| HSV(B) | 315º | 0.2% | 0.63% | - |
| XYZ | 27.88 | 25.18 | 33.1 | - |
| YUV | 140.3 | 134.6 | 142.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 128 | 152 | 0 | 0.20 | 0.05 | 0.37 | 315 | 0.14 | 0.56 |
| Hex | A0 | 80 | 98 | 0 | 14 | 5 | 25 | 13B | E | 38 |
| Octal | 240 | 200 | 230 | 0 | 24 | 5 | 45 | 473 | 16 | 70 |
| Binary | 10100000 | 10000000 | 10011000 | 0 | 10100 | 101 | 100101 | 100111011 | 1110 | 111000 |
Color Harmonies of #A08098
Complementary color
Monochromatic Colors of #A08098
Black with #A08098
Text Example
Text Example
White with #A08098
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A08098; }
p { color: rgb(160,128,152); }
H1.HeaderClassName
{
color: #A08098;
}
.AnyTagClassName
{
color: #A08098;
}
</style>
background-color css
<style>
a { background-color: #A08098; }
a { background-color: rgb(160,128,152); }
div.DivClassName
{
background-color: #A08098;
}
.BgClassName
{
background-color: #A08098;
}
</style>
border-color css
<style>
span { border-color: #A08098; }
span { border-color: rgb(160,128,152); }
td.TdClassName
{
border-color: #A08098;
}
.TagClassName
{
border-color: #A08098;
}
</style>