Shades of Bouquet #AB8D9D
Tints of Bouquet #AB8D9D
RGB
CMYK
RGB Variations
Color information
#AB8D9D (or 0xAB8D9D) is known color: Bouquet. HEX triplet: AB, 8D and 9D. RGB value is (171,141,157). Sum of RGB (Red+Green+Blue) = 171+141+157=469 (62% of max value = 765). Red value is 171 (67.19% from 255 or 36.46% from 469); Green value is 141 (55.47% from 255 or 30.06% from 469); Blue value is 157 (61.72% from 255 or 33.48% from 469); Max value from RGB is 171 - color contains mainly: red. Hex color #AB8D9D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AB8D9D is #547262. Grayscale: #979797. Windows color (decimal): -5534307 or 10325419. OLE color: 10325419.
HSL color Cylindrical-coordinate representation of color #AB8D9D: hue angle of 328º degrees, saturation: 0.15, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #AB8D9D is Cyan = 0, Magento = 0.18, Yellow = 0.08 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 141 | 157 | - |
| CMYK | 0 | 0.18 | 0.08 | 0.33 |
| HSL | 328º | 0.15% | 0.61% | - |
| HSV(B) | 328º | 0.18% | 0.67% | - |
| XYZ | 32.41 | 30.14 | 36.01 | - |
| YUV | 151.79 | 130.94 | 141.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 141 | 157 | 0 | 0.18 | 0.08 | 0.33 | 328 | 0.15 | 0.61 |
| Hex | AB | 8D | 9D | 0 | 12 | 8 | 21 | 148 | F | 3D |
| Octal | 253 | 215 | 235 | 0 | 22 | 10 | 41 | 510 | 17 | 75 |
| Binary | 10101011 | 10001101 | 10011101 | 0 | 10010 | 1000 | 100001 | 101001000 | 1111 | 111101 |
Color Harmonies of #AB8D9D
Complementary color
Monochromatic Colors of #AB8D9D
Black with #AB8D9D
Text Example
Text Example
White with #AB8D9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB8D9D; }
p { color: rgb(171,141,157); }
H1.HeaderClassName
{
color: #AB8D9D;
}
.AnyTagClassName
{
color: #AB8D9D;
}
</style>
background-color css
<style>
a { background-color: #AB8D9D; }
a { background-color: rgb(171,141,157); }
div.DivClassName
{
background-color: #AB8D9D;
}
.BgClassName
{
background-color: #AB8D9D;
}
</style>
border-color css
<style>
span { border-color: #AB8D9D; }
span { border-color: rgb(171,141,157); }
td.TdClassName
{
border-color: #AB8D9D;
}
.TagClassName
{
border-color: #AB8D9D;
}
</style>