Shades of Bouquet #A5889A
Tints of Bouquet #A5889A
RGB
CMYK
RGB Variations
Color information
#A5889A (or 0xA5889A) is known color: Bouquet. HEX triplet: A5, 88 and 9A. RGB value is (165,136,154). Sum of RGB (Red+Green+Blue) = 165+136+154=455 (60% of max value = 765). Red value is 165 (64.84% from 255 or 36.26% from 455); Green value is 136 (53.52% from 255 or 29.89% from 455); Blue value is 154 (60.55% from 255 or 33.85% from 455); Max value from RGB is 165 - color contains mainly: red. Hex color #A5889A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A5889A is #5A7765. Grayscale: #929292. Windows color (decimal): -5928806 or 10127525. OLE color: 10127525.
HSL color Cylindrical-coordinate representation of color #A5889A: hue angle of 322.76º degrees, saturation: 0.14, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #A5889A is Cyan = 0, Magento = 0.18, Yellow = 0.07 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 136 | 154 | - |
| CMYK | 0 | 0.18 | 0.07 | 0.35 |
| HSL | 322.76º | 0.14% | 0.59% | - |
| HSV(B) | 322.76º | 0.18% | 0.65% | - |
| XYZ | 30.15 | 27.94 | 34.38 | - |
| YUV | 146.72 | 132.11 | 141.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 136 | 154 | 0 | 0.18 | 0.07 | 0.35 | 322.76 | 0.14 | 0.59 |
| Hex | A5 | 88 | 9A | 0 | 12 | 7 | 23 | 143 | E | 3B |
| Octal | 245 | 210 | 232 | 0 | 22 | 7 | 43 | 503 | 16 | 73 |
| Binary | 10100101 | 10001000 | 10011010 | 0 | 10010 | 111 | 100011 | 101000011 | 1110 | 111011 |
Color Harmonies of #A5889A
Complementary color
Monochromatic Colors of #A5889A
Black with #A5889A
Text Example
Text Example
White with #A5889A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5889A; }
p { color: rgb(165,136,154); }
H1.HeaderClassName
{
color: #A5889A;
}
.AnyTagClassName
{
color: #A5889A;
}
</style>
background-color css
<style>
a { background-color: #A5889A; }
a { background-color: rgb(165,136,154); }
div.DivClassName
{
background-color: #A5889A;
}
.BgClassName
{
background-color: #A5889A;
}
</style>
border-color css
<style>
span { border-color: #A5889A; }
span { border-color: rgb(165,136,154); }
td.TdClassName
{
border-color: #A5889A;
}
.TagClassName
{
border-color: #A5889A;
}
</style>