Shades of Bouquet #AB8E9D
Tints of Bouquet #AB8E9D
RGB
CMYK
RGB Variations
Color information
#AB8E9D (or 0xAB8E9D) is known color: Bouquet. HEX triplet: AB, 8E and 9D. RGB value is (171,142,157). Sum of RGB (Red+Green+Blue) = 171+142+157=470 (62% of max value = 765). Red value is 171 (67.19% from 255 or 36.38% from 470); Green value is 142 (55.86% from 255 or 30.21% from 470); Blue value is 157 (61.72% from 255 or 33.40% from 470); Max value from RGB is 171 - color contains mainly: red. Hex color #AB8E9D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AB8E9D is #547162. Grayscale: #989898. Windows color (decimal): -5534051 or 10325675. OLE color: 10325675.
HSL color Cylindrical-coordinate representation of color #AB8E9D: hue angle of 328.97º 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 #AB8E9D is Cyan = 0, Magento = 0.17, Yellow = 0.08 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 142 | 157 | - |
| CMYK | 0 | 0.17 | 0.08 | 0.33 |
| HSL | 328.97º | 0.15% | 0.61% | - |
| HSV(B) | 328.97º | 0.17% | 0.67% | - |
| XYZ | 32.55 | 30.44 | 36.06 | - |
| YUV | 152.38 | 130.61 | 141.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 142 | 157 | 0 | 0.17 | 0.08 | 0.33 | 328.97 | 0.15 | 0.61 |
| Hex | AB | 8E | 9D | 0 | 11 | 8 | 21 | 149 | F | 3D |
| Octal | 253 | 216 | 235 | 0 | 21 | 10 | 41 | 511 | 17 | 75 |
| Binary | 10101011 | 10001110 | 10011101 | 0 | 10001 | 1000 | 100001 | 101001001 | 1111 | 111101 |
Color Harmonies of #AB8E9D
Complementary color
Monochromatic Colors of #AB8E9D
Black with #AB8E9D
Text Example
Text Example
White with #AB8E9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB8E9D; }
p { color: rgb(171,142,157); }
H1.HeaderClassName
{
color: #AB8E9D;
}
.AnyTagClassName
{
color: #AB8E9D;
}
</style>
background-color css
<style>
a { background-color: #AB8E9D; }
a { background-color: rgb(171,142,157); }
div.DivClassName
{
background-color: #AB8E9D;
}
.BgClassName
{
background-color: #AB8E9D;
}
</style>
border-color css
<style>
span { border-color: #AB8E9D; }
span { border-color: rgb(171,142,157); }
td.TdClassName
{
border-color: #AB8E9D;
}
.TagClassName
{
border-color: #AB8E9D;
}
</style>