Shades of Bouquet #AB8592
Tints of Bouquet #AB8592
RGB
CMYK
RGB Variations
Color information
#AB8592 (or 0xAB8592) is known color: Bouquet. HEX triplet: AB, 85 and 92. RGB value is (171,133,146). Sum of RGB (Red+Green+Blue) = 171+133+146=450 (59% of max value = 765). Red value is 171 (67.19% from 255 or 38% from 450); Green value is 133 (52.34% from 255 or 29.56% from 450); Blue value is 146 (57.42% from 255 or 32.44% from 450); Max value from RGB is 171 - color contains mainly: red. Hex color #AB8592 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AB8592 is #547A6D. Grayscale: #919191. Windows color (decimal): -5536366 or 9602475. OLE color: 9602475.
HSL color Cylindrical-coordinate representation of color #AB8592: hue angle of 339.47º 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 #AB8592 is Cyan = 0, Magento = 0.22, Yellow = 0.15 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 133 | 146 | - |
| CMYK | 0 | 0.22 | 0.15 | 0.33 |
| HSL | 339.47º | 0.18% | 0.6% | - |
| HSV(B) | 339.47º | 0.22% | 0.67% | - |
| XYZ | 30.37 | 27.51 | 30.9 | - |
| YUV | 145.84 | 128.09 | 145.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 133 | 146 | 0 | 0.22 | 0.15 | 0.33 | 339.47 | 0.18 | 0.6 |
| Hex | AB | 85 | 92 | 0 | 16 | F | 21 | 153 | 12 | 3C |
| Octal | 253 | 205 | 222 | 0 | 26 | 17 | 41 | 523 | 22 | 74 |
| Binary | 10101011 | 10000101 | 10010010 | 0 | 10110 | 1111 | 100001 | 101010011 | 10010 | 111100 |
Color Harmonies of #AB8592
Complementary color
Monochromatic Colors of #AB8592
Black with #AB8592
Text Example
Text Example
White with #AB8592
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB8592; }
p { color: rgb(171,133,146); }
H1.HeaderClassName
{
color: #AB8592;
}
.AnyTagClassName
{
color: #AB8592;
}
</style>
background-color css
<style>
a { background-color: #AB8592; }
a { background-color: rgb(171,133,146); }
div.DivClassName
{
background-color: #AB8592;
}
.BgClassName
{
background-color: #AB8592;
}
</style>
border-color css
<style>
span { border-color: #AB8592; }
span { border-color: rgb(171,133,146); }
td.TdClassName
{
border-color: #AB8592;
}
.TagClassName
{
border-color: #AB8592;
}
</style>