Shades of Bouquet #AB8195
Tints of Bouquet #AB8195
RGB
CMYK
RGB Variations
Color information
#AB8195 (or 0xAB8195) is known color: Bouquet. HEX triplet: AB, 81 and 95. RGB value is (171,129,149). Sum of RGB (Red+Green+Blue) = 171+129+149=449 (59% of max value = 765). Red value is 171 (67.19% from 255 or 38.08% from 449); Green value is 129 (50.78% from 255 or 28.73% from 449); Blue value is 149 (58.59% from 255 or 33.18% from 449); Max value from RGB is 171 - color contains mainly: red. Hex color #AB8195 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AB8195 is #547E6A. Grayscale: #8F8F8F. Windows color (decimal): -5537387 or 9798059. OLE color: 9798059.
HSL color Cylindrical-coordinate representation of color #AB8195: hue angle of 331.43º 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 #AB8195 is Cyan = 0, Magento = 0.25, Yellow = 0.13 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 129 | 149 | - |
| CMYK | 0 | 0.25 | 0.13 | 0.33 |
| HSL | 331.43º | 0.2% | 0.59% | - |
| HSV(B) | 331.43º | 0.25% | 0.67% | - |
| XYZ | 30.07 | 26.53 | 31.97 | - |
| YUV | 143.84 | 130.91 | 147.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 129 | 149 | 0 | 0.25 | 0.13 | 0.33 | 331.43 | 0.2 | 0.59 |
| Hex | AB | 81 | 95 | 0 | 19 | D | 21 | 14B | 14 | 3B |
| Octal | 253 | 201 | 225 | 0 | 31 | 15 | 41 | 513 | 24 | 73 |
| Binary | 10101011 | 10000001 | 10010101 | 0 | 11001 | 1101 | 100001 | 101001011 | 10100 | 111011 |
Color Harmonies of #AB8195
Complementary color
Monochromatic Colors of #AB8195
Black with #AB8195
Text Example
Text Example
White with #AB8195
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB8195; }
p { color: rgb(171,129,149); }
H1.HeaderClassName
{
color: #AB8195;
}
.AnyTagClassName
{
color: #AB8195;
}
</style>
background-color css
<style>
a { background-color: #AB8195; }
a { background-color: rgb(171,129,149); }
div.DivClassName
{
background-color: #AB8195;
}
.BgClassName
{
background-color: #AB8195;
}
</style>
border-color css
<style>
span { border-color: #AB8195; }
span { border-color: rgb(171,129,149); }
td.TdClassName
{
border-color: #AB8195;
}
.TagClassName
{
border-color: #AB8195;
}
</style>