Shades of Bouquet #AB8B99
Tints of Bouquet #AB8B99
RGB
CMYK
RGB Variations
Color information
#AB8B99 (or 0xAB8B99) is known color: Bouquet. HEX triplet: AB, 8B and 99. RGB value is (171,139,153). Sum of RGB (Red+Green+Blue) = 171+139+153=463 (61% of max value = 765). Red value is 171 (67.19% from 255 or 36.93% from 463); Green value is 139 (54.69% from 255 or 30.02% from 463); Blue value is 153 (60.16% from 255 or 33.05% from 463); Max value from RGB is 171 - color contains mainly: red. Hex color #AB8B99 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AB8B99 is #547466. Grayscale: #969696. Windows color (decimal): -5534823 or 10062763. OLE color: 10062763.
HSL color Cylindrical-coordinate representation of color #AB8B99: hue angle of 333.75º degrees, saturation: 0.16, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #AB8B99 is Cyan = 0, Magento = 0.19, Yellow = 0.11 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 139 | 153 | - |
| CMYK | 0 | 0.19 | 0.11 | 0.33 |
| HSL | 333.75º | 0.16% | 0.61% | - |
| HSV(B) | 333.75º | 0.19% | 0.67% | - |
| XYZ | 31.78 | 29.42 | 34.14 | - |
| YUV | 150.16 | 129.6 | 142.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 139 | 153 | 0 | 0.19 | 0.11 | 0.33 | 333.75 | 0.16 | 0.61 |
| Hex | AB | 8B | 99 | 0 | 13 | B | 21 | 14E | 10 | 3D |
| Octal | 253 | 213 | 231 | 0 | 23 | 13 | 41 | 516 | 20 | 75 |
| Binary | 10101011 | 10001011 | 10011001 | 0 | 10011 | 1011 | 100001 | 101001110 | 10000 | 111101 |
Color Harmonies of #AB8B99
Complementary color
Monochromatic Colors of #AB8B99
Black with #AB8B99
Text Example
Text Example
White with #AB8B99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB8B99; }
p { color: rgb(171,139,153); }
H1.HeaderClassName
{
color: #AB8B99;
}
.AnyTagClassName
{
color: #AB8B99;
}
</style>
background-color css
<style>
a { background-color: #AB8B99; }
a { background-color: rgb(171,139,153); }
div.DivClassName
{
background-color: #AB8B99;
}
.BgClassName
{
background-color: #AB8B99;
}
</style>
border-color css
<style>
span { border-color: #AB8B99; }
span { border-color: rgb(171,139,153); }
td.TdClassName
{
border-color: #AB8B99;
}
.TagClassName
{
border-color: #AB8B99;
}
</style>