Shades of Bouquet #AB889A
Tints of Bouquet #AB889A
RGB
CMYK
RGB Variations
Color information
#AB889A (or 0xAB889A) is known color: Bouquet. HEX triplet: AB, 88 and 9A. RGB value is (171,136,154). Sum of RGB (Red+Green+Blue) = 171+136+154=461 (61% of max value = 765). Red value is 171 (67.19% from 255 or 37.09% from 461); Green value is 136 (53.52% from 255 or 29.50% from 461); Blue value is 154 (60.55% from 255 or 33.41% from 461); Max value from RGB is 171 - color contains mainly: red. Hex color #AB889A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AB889A is #547765. Grayscale: #949494. Windows color (decimal): -5535590 or 10127531. OLE color: 10127531.
HSL color Cylindrical-coordinate representation of color #AB889A: hue angle of 329.14º 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 #AB889A is Cyan = 0, Magento = 0.20, Yellow = 0.10 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 136 | 154 | - |
| CMYK | 0 | 0.20 | 0.10 | 0.33 |
| HSL | 329.14º | 0.17% | 0.6% | - |
| HSV(B) | 329.14º | 0.2% | 0.67% | - |
| XYZ | 31.43 | 28.6 | 34.44 | - |
| YUV | 148.52 | 131.1 | 144.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 136 | 154 | 0 | 0.20 | 0.10 | 0.33 | 329.14 | 0.17 | 0.6 |
| Hex | AB | 88 | 9A | 0 | 14 | A | 21 | 149 | 11 | 3C |
| Octal | 253 | 210 | 232 | 0 | 24 | 12 | 41 | 511 | 21 | 74 |
| Binary | 10101011 | 10001000 | 10011010 | 0 | 10100 | 1010 | 100001 | 101001001 | 10001 | 111100 |
Color Harmonies of #AB889A
Complementary color
Monochromatic Colors of #AB889A
Black with #AB889A
Text Example
Text Example
White with #AB889A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB889A; }
p { color: rgb(171,136,154); }
H1.HeaderClassName
{
color: #AB889A;
}
.AnyTagClassName
{
color: #AB889A;
}
</style>
background-color css
<style>
a { background-color: #AB889A; }
a { background-color: rgb(171,136,154); }
div.DivClassName
{
background-color: #AB889A;
}
.BgClassName
{
background-color: #AB889A;
}
</style>
border-color css
<style>
span { border-color: #AB889A; }
span { border-color: rgb(171,136,154); }
td.TdClassName
{
border-color: #AB889A;
}
.TagClassName
{
border-color: #AB889A;
}
</style>