Shades of Bouquet #A3899B
Tints of Bouquet #A3899B
RGB
CMYK
RGB Variations
Color information
#A3899B (or 0xA3899B) is known color: Bouquet. HEX triplet: A3, 89 and 9B. RGB value is (163,137,155). Sum of RGB (Red+Green+Blue) = 163+137+155=455 (60% of max value = 765). Red value is 163 (64.06% from 255 or 35.82% from 455); Green value is 137 (53.91% from 255 or 30.11% from 455); Blue value is 155 (60.94% from 255 or 34.07% from 455); Max value from RGB is 163 - color contains mainly: red. Hex color #A3899B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A3899B is #5C7664. Grayscale: #929292. Windows color (decimal): -6059621 or 10193315. OLE color: 10193315.
HSL color Cylindrical-coordinate representation of color #A3899B: hue angle of 318.46º degrees, saturation: 0.12, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #A3899B is Cyan = 0, Magento = 0.16, Yellow = 0.05 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 137 | 155 | - |
| CMYK | 0 | 0.16 | 0.05 | 0.36 |
| HSL | 318.46º | 0.12% | 0.59% | - |
| HSV(B) | 318.46º | 0.16% | 0.64% | - |
| XYZ | 29.97 | 28.04 | 34.84 | - |
| YUV | 146.83 | 132.61 | 139.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 137 | 155 | 0 | 0.16 | 0.05 | 0.36 | 318.46 | 0.12 | 0.59 |
| Hex | A3 | 89 | 9B | 0 | 10 | 5 | 24 | 13E | C | 3B |
| Octal | 243 | 211 | 233 | 0 | 20 | 5 | 44 | 476 | 14 | 73 |
| Binary | 10100011 | 10001001 | 10011011 | 0 | 10000 | 101 | 100100 | 100111110 | 1100 | 111011 |
Color Harmonies of #A3899B
Complementary color
Monochromatic Colors of #A3899B
Black with #A3899B
Text Example
Text Example
White with #A3899B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3899B; }
p { color: rgb(163,137,155); }
H1.HeaderClassName
{
color: #A3899B;
}
.AnyTagClassName
{
color: #A3899B;
}
</style>
background-color css
<style>
a { background-color: #A3899B; }
a { background-color: rgb(163,137,155); }
div.DivClassName
{
background-color: #A3899B;
}
.BgClassName
{
background-color: #A3899B;
}
</style>
border-color css
<style>
span { border-color: #A3899B; }
span { border-color: rgb(163,137,155); }
td.TdClassName
{
border-color: #A3899B;
}
.TagClassName
{
border-color: #A3899B;
}
</style>