Shades of Bouquet #AB8094
Tints of Bouquet #AB8094
RGB
CMYK
RGB Variations
Color information
#AB8094 (or 0xAB8094) is known color: Bouquet. HEX triplet: AB, 80 and 94. RGB value is (171,128,148). Sum of RGB (Red+Green+Blue) = 171+128+148=447 (59% of max value = 765). Red value is 171 (67.19% from 255 or 38.26% from 447); Green value is 128 (50.39% from 255 or 28.64% from 447); Blue value is 148 (58.20% from 255 or 33.11% from 447); Max value from RGB is 171 - color contains mainly: red. Hex color #AB8094 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AB8094 is #547F6B. Grayscale: #8F8F8F. Windows color (decimal): -5537644 or 9732267. OLE color: 9732267.
HSL color Cylindrical-coordinate representation of color #AB8094: hue angle of 332.09º 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 #AB8094 is Cyan = 0, Magento = 0.25, Yellow = 0.13 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 128 | 148 | - |
| CMYK | 0 | 0.25 | 0.13 | 0.33 |
| HSL | 332.09º | 0.2% | 0.59% | - |
| HSV(B) | 332.09º | 0.25% | 0.67% | - |
| XYZ | 29.86 | 26.23 | 31.51 | - |
| YUV | 143.14 | 130.75 | 147.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 128 | 148 | 0 | 0.25 | 0.13 | 0.33 | 332.09 | 0.2 | 0.59 |
| Hex | AB | 80 | 94 | 0 | 19 | D | 21 | 14C | 14 | 3B |
| Octal | 253 | 200 | 224 | 0 | 31 | 15 | 41 | 514 | 24 | 73 |
| Binary | 10101011 | 10000000 | 10010100 | 0 | 11001 | 1101 | 100001 | 101001100 | 10100 | 111011 |
Color Harmonies of #AB8094
Complementary color
Monochromatic Colors of #AB8094
Black with #AB8094
Text Example
Text Example
White with #AB8094
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB8094; }
p { color: rgb(171,128,148); }
H1.HeaderClassName
{
color: #AB8094;
}
.AnyTagClassName
{
color: #AB8094;
}
</style>
background-color css
<style>
a { background-color: #AB8094; }
a { background-color: rgb(171,128,148); }
div.DivClassName
{
background-color: #AB8094;
}
.BgClassName
{
background-color: #AB8094;
}
</style>
border-color css
<style>
span { border-color: #AB8094; }
span { border-color: rgb(171,128,148); }
td.TdClassName
{
border-color: #AB8094;
}
.TagClassName
{
border-color: #AB8094;
}
</style>