Shades of Bouquet #A88298
Tints of Bouquet #A88298
RGB
CMYK
RGB Variations
Color information
#A88298 (or 0xA88298) is known color: Bouquet. HEX triplet: A8, 82 and 98. RGB value is (168,130,152). Sum of RGB (Red+Green+Blue) = 168+130+152=450 (59% of max value = 765). Red value is 168 (66.02% from 255 or 37.33% from 450); Green value is 130 (51.17% from 255 or 28.89% from 450); Blue value is 152 (59.77% from 255 or 33.78% from 450); Max value from RGB is 168 - color contains mainly: red. Hex color #A88298 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A88298 is #577D67. Grayscale: #8F8F8F. Windows color (decimal): -5733736 or 9994920. OLE color: 9994920.
HSL color Cylindrical-coordinate representation of color #A88298: hue angle of 325.26º degrees, saturation: 0.18, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #A88298 is Cyan = 0, Magento = 0.23, Yellow = 0.10 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 130 | 152 | - |
| CMYK | 0 | 0.23 | 0.10 | 0.34 |
| HSL | 325.26º | 0.18% | 0.58% | - |
| HSV(B) | 325.26º | 0.23% | 0.66% | - |
| XYZ | 29.8 | 26.56 | 33.26 | - |
| YUV | 143.87 | 132.59 | 145.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 130 | 152 | 0 | 0.23 | 0.10 | 0.34 | 325.26 | 0.18 | 0.58 |
| Hex | A8 | 82 | 98 | 0 | 17 | A | 22 | 145 | 12 | 3A |
| Octal | 250 | 202 | 230 | 0 | 27 | 12 | 42 | 505 | 22 | 72 |
| Binary | 10101000 | 10000010 | 10011000 | 0 | 10111 | 1010 | 100010 | 101000101 | 10010 | 111010 |
Color Harmonies of #A88298
Complementary color
Monochromatic Colors of #A88298
Black with #A88298
Text Example
Text Example
White with #A88298
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A88298; }
p { color: rgb(168,130,152); }
H1.HeaderClassName
{
color: #A88298;
}
.AnyTagClassName
{
color: #A88298;
}
</style>
background-color css
<style>
a { background-color: #A88298; }
a { background-color: rgb(168,130,152); }
div.DivClassName
{
background-color: #A88298;
}
.BgClassName
{
background-color: #A88298;
}
</style>
border-color css
<style>
span { border-color: #A88298; }
span { border-color: rgb(168,130,152); }
td.TdClassName
{
border-color: #A88298;
}
.TagClassName
{
border-color: #A88298;
}
</style>