Shades of Bouquet #AB8898
Tints of Bouquet #AB8898
RGB
CMYK
RGB Variations
Color information
#AB8898 (or 0xAB8898) is known color: Bouquet. HEX triplet: AB, 88 and 98. RGB value is (171,136,152). Sum of RGB (Red+Green+Blue) = 171+136+152=459 (60% of max value = 765). Red value is 171 (67.19% from 255 or 37.25% from 459); Green value is 136 (53.52% from 255 or 29.63% from 459); Blue value is 152 (59.77% from 255 or 33.12% from 459); Max value from RGB is 171 - color contains mainly: red. Hex color #AB8898 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AB8898 is #547767. Grayscale: #949494. Windows color (decimal): -5535592 or 9996459. OLE color: 9996459.
HSL color Cylindrical-coordinate representation of color #AB8898: hue angle of 332.57º degrees, saturation: 0.17, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #AB8898 is Cyan = 0, Magento = 0.20, Yellow = 0.11 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 136 | 152 | - |
| CMYK | 0 | 0.20 | 0.11 | 0.33 |
| HSL | 332.57º | 0.17% | 0.6% | - |
| HSV(B) | 332.57º | 0.2% | 0.67% | - |
| XYZ | 31.27 | 28.53 | 33.57 | - |
| YUV | 148.29 | 130.1 | 144.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 136 | 152 | 0 | 0.20 | 0.11 | 0.33 | 332.57 | 0.17 | 0.6 |
| Hex | AB | 88 | 98 | 0 | 14 | B | 21 | 14D | 11 | 3C |
| Octal | 253 | 210 | 230 | 0 | 24 | 13 | 41 | 515 | 21 | 74 |
| Binary | 10101011 | 10001000 | 10011000 | 0 | 10100 | 1011 | 100001 | 101001101 | 10001 | 111100 |
Color Harmonies of #AB8898
Complementary color
Monochromatic Colors of #AB8898
Black with #AB8898
Text Example
Text Example
White with #AB8898
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB8898; }
p { color: rgb(171,136,152); }
H1.HeaderClassName
{
color: #AB8898;
}
.AnyTagClassName
{
color: #AB8898;
}
</style>
background-color css
<style>
a { background-color: #AB8898; }
a { background-color: rgb(171,136,152); }
div.DivClassName
{
background-color: #AB8898;
}
.BgClassName
{
background-color: #AB8898;
}
</style>
border-color css
<style>
span { border-color: #AB8898; }
span { border-color: rgb(171,136,152); }
td.TdClassName
{
border-color: #AB8898;
}
.TagClassName
{
border-color: #AB8898;
}
</style>