Shades of Bouquet #A37C96
Tints of Bouquet #A37C96
RGB
CMYK
RGB Variations
Color information
#A37C96 (or 0xA37C96) is known color: Bouquet. HEX triplet: A3, 7C and 96. RGB value is (163,124,150). Sum of RGB (Red+Green+Blue) = 163+124+150=437 (57% of max value = 765). Red value is 163 (64.06% from 255 or 37.30% from 437); Green value is 124 (48.83% from 255 or 28.38% from 437); Blue value is 150 (58.98% from 255 or 34.32% from 437); Max value from RGB is 163 - color contains mainly: red. Hex color #A37C96 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A37C96 is #5C8369. Grayscale: #8A8A8A. Windows color (decimal): -6062954 or 9862307. OLE color: 9862307.
HSL color Cylindrical-coordinate representation of color #A37C96: hue angle of 320º degrees, saturation: 0.17, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #A37C96 is Cyan = 0, Magento = 0.24, Yellow = 0.08 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 124 | 150 | - |
| CMYK | 0 | 0.24 | 0.08 | 0.36 |
| HSL | 320º | 0.17% | 0.56% | - |
| HSV(B) | 320º | 0.24% | 0.64% | - |
| XYZ | 27.82 | 24.4 | 32.1 | - |
| YUV | 138.63 | 134.42 | 145.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 124 | 150 | 0 | 0.24 | 0.08 | 0.36 | 320 | 0.17 | 0.56 |
| Hex | A3 | 7C | 96 | 0 | 18 | 8 | 24 | 140 | 11 | 38 |
| Octal | 243 | 174 | 226 | 0 | 30 | 10 | 44 | 500 | 21 | 70 |
| Binary | 10100011 | 1111100 | 10010110 | 0 | 11000 | 1000 | 100100 | 101000000 | 10001 | 111000 |
Color Harmonies of #A37C96
Complementary color
Monochromatic Colors of #A37C96
Black with #A37C96
Text Example
Text Example
White with #A37C96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A37C96; }
p { color: rgb(163,124,150); }
H1.HeaderClassName
{
color: #A37C96;
}
.AnyTagClassName
{
color: #A37C96;
}
</style>
background-color css
<style>
a { background-color: #A37C96; }
a { background-color: rgb(163,124,150); }
div.DivClassName
{
background-color: #A37C96;
}
.BgClassName
{
background-color: #A37C96;
}
</style>
border-color css
<style>
span { border-color: #A37C96; }
span { border-color: rgb(163,124,150); }
td.TdClassName
{
border-color: #A37C96;
}
.TagClassName
{
border-color: #A37C96;
}
</style>