Shades of Bouquet #A3929E
Tints of Bouquet #A3929E
RGB
CMYK
RGB Variations
Color information
#A3929E (or 0xA3929E) is known color: Bouquet. HEX triplet: A3, 92 and 9E. RGB value is (163,146,158). Sum of RGB (Red+Green+Blue) = 163+146+158=467 (61% of max value = 765). Red value is 163 (64.06% from 255 or 34.90% from 467); Green value is 146 (57.42% from 255 or 31.26% from 467); Blue value is 158 (62.11% from 255 or 33.83% from 467); Max value from RGB is 163 - color contains mainly: red. Hex color #A3929E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A3929E is #5C6D61. Grayscale: #989898. Windows color (decimal): -6057314 or 10392227. OLE color: 10392227.
HSL color Cylindrical-coordinate representation of color #A3929E: hue angle of 317.65º degrees, saturation: 0.08, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #A3929E is Cyan = 0, Magento = 0.10, Yellow = 0.03 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 146 | 158 | - |
| CMYK | 0 | 0.10 | 0.03 | 0.36 |
| HSL | 317.65º | 0.08% | 0.61% | - |
| HSV(B) | 317.65º | 0.1% | 0.64% | - |
| XYZ | 31.55 | 30.81 | 36.63 | - |
| YUV | 152.45 | 131.13 | 135.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 146 | 158 | 0 | 0.10 | 0.03 | 0.36 | 317.65 | 0.08 | 0.61 |
| Hex | A3 | 92 | 9E | 0 | A | 3 | 24 | 13E | 8 | 3D |
| Octal | 243 | 222 | 236 | 0 | 12 | 3 | 44 | 476 | 10 | 75 |
| Binary | 10100011 | 10010010 | 10011110 | 0 | 1010 | 11 | 100100 | 100111110 | 1000 | 111101 |
Color Harmonies of #A3929E
Complementary color
Monochromatic Colors of #A3929E
Black with #A3929E
Text Example
Text Example
White with #A3929E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3929E; }
p { color: rgb(163,146,158); }
H1.HeaderClassName
{
color: #A3929E;
}
.AnyTagClassName
{
color: #A3929E;
}
</style>
background-color css
<style>
a { background-color: #A3929E; }
a { background-color: rgb(163,146,158); }
div.DivClassName
{
background-color: #A3929E;
}
.BgClassName
{
background-color: #A3929E;
}
</style>
border-color css
<style>
span { border-color: #A3929E; }
span { border-color: rgb(163,146,158); }
td.TdClassName
{
border-color: #A3929E;
}
.TagClassName
{
border-color: #A3929E;
}
</style>