Shades of Bouquet #AB8291
Tints of Bouquet #AB8291
RGB
CMYK
RGB Variations
Color information
#AB8291 (or 0xAB8291) is known color: Bouquet. HEX triplet: AB, 82 and 91. RGB value is (171,130,145). Sum of RGB (Red+Green+Blue) = 171+130+145=446 (59% of max value = 765). Red value is 171 (67.19% from 255 or 38.34% from 446); Green value is 130 (51.17% from 255 or 29.15% from 446); Blue value is 145 (57.03% from 255 or 32.51% from 446); Max value from RGB is 171 - color contains mainly: red. Hex color #AB8291 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AB8291 is #547D6E. Grayscale: #8F8F8F. Windows color (decimal): -5537135 or 9536171. OLE color: 9536171.
HSL color Cylindrical-coordinate representation of color #AB8291: hue angle of 338.05º degrees, saturation: 0.2, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #AB8291 is Cyan = 0, Magento = 0.24, Yellow = 0.15 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 130 | 145 | - |
| CMYK | 0 | 0.24 | 0.15 | 0.33 |
| HSL | 338.05º | 0.2% | 0.59% | - |
| HSV(B) | 338.05º | 0.24% | 0.67% | - |
| XYZ | 29.89 | 26.67 | 30.36 | - |
| YUV | 143.97 | 128.58 | 147.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 130 | 145 | 0 | 0.24 | 0.15 | 0.33 | 338.05 | 0.2 | 0.59 |
| Hex | AB | 82 | 91 | 0 | 18 | F | 21 | 152 | 14 | 3B |
| Octal | 253 | 202 | 221 | 0 | 30 | 17 | 41 | 522 | 24 | 73 |
| Binary | 10101011 | 10000010 | 10010001 | 0 | 11000 | 1111 | 100001 | 101010010 | 10100 | 111011 |
Color Harmonies of #AB8291
Complementary color
Monochromatic Colors of #AB8291
Black with #AB8291
Text Example
Text Example
White with #AB8291
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB8291; }
p { color: rgb(171,130,145); }
H1.HeaderClassName
{
color: #AB8291;
}
.AnyTagClassName
{
color: #AB8291;
}
</style>
background-color css
<style>
a { background-color: #AB8291; }
a { background-color: rgb(171,130,145); }
div.DivClassName
{
background-color: #AB8291;
}
.BgClassName
{
background-color: #AB8291;
}
</style>
border-color css
<style>
span { border-color: #AB8291; }
span { border-color: rgb(171,130,145); }
td.TdClassName
{
border-color: #AB8291;
}
.TagClassName
{
border-color: #AB8291;
}
</style>