Shades of Bouquet #AB8C9A
Tints of Bouquet #AB8C9A
RGB
CMYK
RGB Variations
Color information
#AB8C9A (or 0xAB8C9A) is known color: Bouquet. HEX triplet: AB, 8C and 9A. RGB value is (171,140,154). Sum of RGB (Red+Green+Blue) = 171+140+154=465 (61% of max value = 765). Red value is 171 (67.19% from 255 or 36.77% from 465); Green value is 140 (55.08% from 255 or 30.11% from 465); Blue value is 154 (60.55% from 255 or 33.12% from 465); Max value from RGB is 171 - color contains mainly: red. Hex color #AB8C9A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AB8C9A is #547365. Grayscale: #969696. Windows color (decimal): -5534566 or 10128555. OLE color: 10128555.
HSL color Cylindrical-coordinate representation of color #AB8C9A: hue angle of 332.9º degrees, saturation: 0.16, 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 #AB8C9A is Cyan = 0, Magento = 0.18, Yellow = 0.10 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 140 | 154 | - |
| CMYK | 0 | 0.18 | 0.10 | 0.33 |
| HSL | 332.9º | 0.16% | 0.61% | - |
| HSV(B) | 332.9º | 0.18% | 0.67% | - |
| XYZ | 32.01 | 29.75 | 34.63 | - |
| YUV | 150.87 | 129.77 | 142.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 140 | 154 | 0 | 0.18 | 0.10 | 0.33 | 332.9 | 0.16 | 0.61 |
| Hex | AB | 8C | 9A | 0 | 12 | A | 21 | 14D | 10 | 3D |
| Octal | 253 | 214 | 232 | 0 | 22 | 12 | 41 | 515 | 20 | 75 |
| Binary | 10101011 | 10001100 | 10011010 | 0 | 10010 | 1010 | 100001 | 101001101 | 10000 | 111101 |
Color Harmonies of #AB8C9A
Complementary color
Monochromatic Colors of #AB8C9A
Black with #AB8C9A
Text Example
Text Example
White with #AB8C9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB8C9A; }
p { color: rgb(171,140,154); }
H1.HeaderClassName
{
color: #AB8C9A;
}
.AnyTagClassName
{
color: #AB8C9A;
}
</style>
background-color css
<style>
a { background-color: #AB8C9A; }
a { background-color: rgb(171,140,154); }
div.DivClassName
{
background-color: #AB8C9A;
}
.BgClassName
{
background-color: #AB8C9A;
}
</style>
border-color css
<style>
span { border-color: #AB8C9A; }
span { border-color: rgb(171,140,154); }
td.TdClassName
{
border-color: #AB8C9A;
}
.TagClassName
{
border-color: #AB8C9A;
}
</style>