Shades of Bouquet #A3889E
Tints of Bouquet #A3889E
RGB
CMYK
RGB Variations
Color information
#A3889E (or 0xA3889E) is known color: Bouquet. HEX triplet: A3, 88 and 9E. RGB value is (163,136,158). Sum of RGB (Red+Green+Blue) = 163+136+158=457 (60% of max value = 765). Red value is 163 (64.06% from 255 or 35.67% from 457); Green value is 136 (53.52% from 255 or 29.76% from 457); Blue value is 158 (62.11% from 255 or 34.57% from 457); Max value from RGB is 163 - color contains mainly: red. Hex color #A3889E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A3889E is #5C7761. Grayscale: #929292. Windows color (decimal): -6059874 or 10389667. OLE color: 10389667.
HSL color Cylindrical-coordinate representation of color #A3889E: hue angle of 311.11º degrees, saturation: 0.13, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #A3889E is Cyan = 0, Magento = 0.17, Yellow = 0.03 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 136 | 158 | - |
| CMYK | 0 | 0.17 | 0.03 | 0.36 |
| HSL | 311.11º | 0.13% | 0.59% | - |
| HSV(B) | 311.11º | 0.17% | 0.64% | - |
| XYZ | 30.08 | 27.86 | 36.14 | - |
| YUV | 146.58 | 134.45 | 139.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 136 | 158 | 0 | 0.17 | 0.03 | 0.36 | 311.11 | 0.13 | 0.59 |
| Hex | A3 | 88 | 9E | 0 | 11 | 3 | 24 | 137 | D | 3B |
| Octal | 243 | 210 | 236 | 0 | 21 | 3 | 44 | 467 | 15 | 73 |
| Binary | 10100011 | 10001000 | 10011110 | 0 | 10001 | 11 | 100100 | 100110111 | 1101 | 111011 |
Color Harmonies of #A3889E
Complementary color
Monochromatic Colors of #A3889E
Black with #A3889E
Text Example
Text Example
White with #A3889E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3889E; }
p { color: rgb(163,136,158); }
H1.HeaderClassName
{
color: #A3889E;
}
.AnyTagClassName
{
color: #A3889E;
}
</style>
background-color css
<style>
a { background-color: #A3889E; }
a { background-color: rgb(163,136,158); }
div.DivClassName
{
background-color: #A3889E;
}
.BgClassName
{
background-color: #A3889E;
}
</style>
border-color css
<style>
span { border-color: #A3889E; }
span { border-color: rgb(163,136,158); }
td.TdClassName
{
border-color: #A3889E;
}
.TagClassName
{
border-color: #A3889E;
}
</style>