Shades of Bouquet #AB8192
Tints of Bouquet #AB8192
RGB
CMYK
RGB Variations
Color information
#AB8192 (or 0xAB8192) is known color: Bouquet. HEX triplet: AB, 81 and 92. RGB value is (171,129,146). Sum of RGB (Red+Green+Blue) = 171+129+146=446 (59% of max value = 765). Red value is 171 (67.19% from 255 or 38.34% from 446); Green value is 129 (50.78% from 255 or 28.92% from 446); Blue value is 146 (57.42% from 255 or 32.74% from 446); Max value from RGB is 171 - color contains mainly: red. Hex color #AB8192 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AB8192 is #547E6D. Grayscale: #8F8F8F. Windows color (decimal): -5537390 or 9601451. OLE color: 9601451.
HSL color Cylindrical-coordinate representation of color #AB8192: hue angle of 335.71º degrees, saturation: 0.2, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #AB8192 is Cyan = 0, Magento = 0.25, Yellow = 0.15 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 129 | 146 | - |
| CMYK | 0 | 0.25 | 0.15 | 0.33 |
| HSL | 335.71º | 0.2% | 0.59% | - |
| HSV(B) | 335.71º | 0.25% | 0.67% | - |
| XYZ | 29.83 | 26.43 | 30.72 | - |
| YUV | 143.5 | 129.41 | 147.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 129 | 146 | 0 | 0.25 | 0.15 | 0.33 | 335.71 | 0.2 | 0.59 |
| Hex | AB | 81 | 92 | 0 | 19 | F | 21 | 150 | 14 | 3B |
| Octal | 253 | 201 | 222 | 0 | 31 | 17 | 41 | 520 | 24 | 73 |
| Binary | 10101011 | 10000001 | 10010010 | 0 | 11001 | 1111 | 100001 | 101010000 | 10100 | 111011 |
Color Harmonies of #AB8192
Complementary color
Monochromatic Colors of #AB8192
Black with #AB8192
Text Example
Text Example
White with #AB8192
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB8192; }
p { color: rgb(171,129,146); }
H1.HeaderClassName
{
color: #AB8192;
}
.AnyTagClassName
{
color: #AB8192;
}
</style>
background-color css
<style>
a { background-color: #AB8192; }
a { background-color: rgb(171,129,146); }
div.DivClassName
{
background-color: #AB8192;
}
.BgClassName
{
background-color: #AB8192;
}
</style>
border-color css
<style>
span { border-color: #AB8192; }
span { border-color: rgb(171,129,146); }
td.TdClassName
{
border-color: #AB8192;
}
.TagClassName
{
border-color: #AB8192;
}
</style>