Shades of Bouquet #AB8695
Tints of Bouquet #AB8695
RGB
CMYK
RGB Variations
Color information
#AB8695 (or 0xAB8695) is known color: Bouquet. HEX triplet: AB, 86 and 95. RGB value is (171,134,149). Sum of RGB (Red+Green+Blue) = 171+134+149=454 (60% of max value = 765). Red value is 171 (67.19% from 255 or 37.67% from 454); Green value is 134 (52.73% from 255 or 29.52% from 454); Blue value is 149 (58.59% from 255 or 32.82% from 454); Max value from RGB is 171 - color contains mainly: red. Hex color #AB8695 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AB8695 is #54796A. Grayscale: #929292. Windows color (decimal): -5536107 or 9799339. OLE color: 9799339.
HSL color Cylindrical-coordinate representation of color #AB8695: hue angle of 335.68º degrees, saturation: 0.18, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #AB8695 is Cyan = 0, Magento = 0.22, Yellow = 0.13 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 134 | 149 | - |
| CMYK | 0 | 0.22 | 0.13 | 0.33 |
| HSL | 335.68º | 0.18% | 0.6% | - |
| HSV(B) | 335.68º | 0.22% | 0.67% | - |
| XYZ | 30.74 | 27.88 | 32.19 | - |
| YUV | 146.77 | 129.26 | 145.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 134 | 149 | 0 | 0.22 | 0.13 | 0.33 | 335.68 | 0.18 | 0.6 |
| Hex | AB | 86 | 95 | 0 | 16 | D | 21 | 150 | 12 | 3C |
| Octal | 253 | 206 | 225 | 0 | 26 | 15 | 41 | 520 | 22 | 74 |
| Binary | 10101011 | 10000110 | 10010101 | 0 | 10110 | 1101 | 100001 | 101010000 | 10010 | 111100 |
Color Harmonies of #AB8695
Complementary color
Monochromatic Colors of #AB8695
Black with #AB8695
Text Example
Text Example
White with #AB8695
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB8695; }
p { color: rgb(171,134,149); }
H1.HeaderClassName
{
color: #AB8695;
}
.AnyTagClassName
{
color: #AB8695;
}
</style>
background-color css
<style>
a { background-color: #AB8695; }
a { background-color: rgb(171,134,149); }
div.DivClassName
{
background-color: #AB8695;
}
.BgClassName
{
background-color: #AB8695;
}
</style>
border-color css
<style>
span { border-color: #AB8695; }
span { border-color: rgb(171,134,149); }
td.TdClassName
{
border-color: #AB8695;
}
.TagClassName
{
border-color: #AB8695;
}
</style>