Shades of Bouquet #AB8E9E
Tints of Bouquet #AB8E9E
RGB
CMYK
RGB Variations
Color information
#AB8E9E (or 0xAB8E9E) is known color: Bouquet. HEX triplet: AB, 8E and 9E. RGB value is (171,142,158). Sum of RGB (Red+Green+Blue) = 171+142+158=471 (62% of max value = 765). Red value is 171 (67.19% from 255 or 36.31% from 471); Green value is 142 (55.86% from 255 or 30.15% from 471); Blue value is 158 (62.11% from 255 or 33.55% from 471); Max value from RGB is 171 - color contains mainly: red. Hex color #AB8E9E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AB8E9E is #547161. Grayscale: #989898. Windows color (decimal): -5534050 or 10391211. OLE color: 10391211.
HSL color Cylindrical-coordinate representation of color #AB8E9E: hue angle of 326.9º degrees, saturation: 0.15, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #AB8E9E is Cyan = 0, Magento = 0.17, Yellow = 0.08 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 142 | 158 | - |
| CMYK | 0 | 0.17 | 0.08 | 0.33 |
| HSL | 326.9º | 0.15% | 0.61% | - |
| HSV(B) | 326.9º | 0.17% | 0.67% | - |
| XYZ | 32.64 | 30.47 | 36.51 | - |
| YUV | 152.5 | 131.11 | 141.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 142 | 158 | 0 | 0.17 | 0.08 | 0.33 | 326.9 | 0.15 | 0.61 |
| Hex | AB | 8E | 9E | 0 | 11 | 8 | 21 | 147 | F | 3D |
| Octal | 253 | 216 | 236 | 0 | 21 | 10 | 41 | 507 | 17 | 75 |
| Binary | 10101011 | 10001110 | 10011110 | 0 | 10001 | 1000 | 100001 | 101000111 | 1111 | 111101 |
Color Harmonies of #AB8E9E
Complementary color
Monochromatic Colors of #AB8E9E
Black with #AB8E9E
Text Example
Text Example
White with #AB8E9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB8E9E; }
p { color: rgb(171,142,158); }
H1.HeaderClassName
{
color: #AB8E9E;
}
.AnyTagClassName
{
color: #AB8E9E;
}
</style>
background-color css
<style>
a { background-color: #AB8E9E; }
a { background-color: rgb(171,142,158); }
div.DivClassName
{
background-color: #AB8E9E;
}
.BgClassName
{
background-color: #AB8E9E;
}
</style>
border-color css
<style>
span { border-color: #AB8E9E; }
span { border-color: rgb(171,142,158); }
td.TdClassName
{
border-color: #AB8E9E;
}
.TagClassName
{
border-color: #AB8E9E;
}
</style>