Shades of Bouquet #AB8292
Tints of Bouquet #AB8292
RGB
CMYK
RGB Variations
Color information
#AB8292 (or 0xAB8292) is known color: Bouquet. HEX triplet: AB, 82 and 92. RGB value is (171,130,146). Sum of RGB (Red+Green+Blue) = 171+130+146=447 (59% of max value = 765). Red value is 171 (67.19% from 255 or 38.26% from 447); Green value is 130 (51.17% from 255 or 29.08% from 447); Blue value is 146 (57.42% from 255 or 32.66% from 447); Max value from RGB is 171 - color contains mainly: red. Hex color #AB8292 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AB8292 is #547D6D. Grayscale: #909090. Windows color (decimal): -5537134 or 9601707. OLE color: 9601707.
HSL color Cylindrical-coordinate representation of color #AB8292: hue angle of 336.59º 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 #AB8292 is Cyan = 0, Magento = 0.24, Yellow = 0.15 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 130 | 146 | - |
| CMYK | 0 | 0.24 | 0.15 | 0.33 |
| HSL | 336.59º | 0.2% | 0.59% | - |
| HSV(B) | 336.59º | 0.24% | 0.67% | - |
| XYZ | 29.97 | 26.7 | 30.77 | - |
| YUV | 144.08 | 129.08 | 147.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 130 | 146 | 0 | 0.24 | 0.15 | 0.33 | 336.59 | 0.2 | 0.59 |
| Hex | AB | 82 | 92 | 0 | 18 | F | 21 | 151 | 14 | 3B |
| Octal | 253 | 202 | 222 | 0 | 30 | 17 | 41 | 521 | 24 | 73 |
| Binary | 10101011 | 10000010 | 10010010 | 0 | 11000 | 1111 | 100001 | 101010001 | 10100 | 111011 |
Color Harmonies of #AB8292
Complementary color
Monochromatic Colors of #AB8292
Black with #AB8292
Text Example
Text Example
White with #AB8292
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB8292; }
p { color: rgb(171,130,146); }
H1.HeaderClassName
{
color: #AB8292;
}
.AnyTagClassName
{
color: #AB8292;
}
</style>
background-color css
<style>
a { background-color: #AB8292; }
a { background-color: rgb(171,130,146); }
div.DivClassName
{
background-color: #AB8292;
}
.BgClassName
{
background-color: #AB8292;
}
</style>
border-color css
<style>
span { border-color: #AB8292; }
span { border-color: rgb(171,130,146); }
td.TdClassName
{
border-color: #AB8292;
}
.TagClassName
{
border-color: #AB8292;
}
</style>