Shades of Bouquet #A67196
Tints of Bouquet #A67196
RGB
CMYK
RGB Variations
Color information
#A67196 (or 0xA67196) is known color: Bouquet. HEX triplet: A6, 71 and 96. RGB value is (166,113,150). Sum of RGB (Red+Green+Blue) = 166+113+150=429 (56% of max value = 765). Red value is 166 (65.23% from 255 or 38.69% from 429); Green value is 113 (44.53% from 255 or 26.34% from 429); Blue value is 150 (58.98% from 255 or 34.97% from 429); Max value from RGB is 166 - color contains mainly: red. Hex color #A67196 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A67196 is #598E69. Grayscale: #848484. Windows color (decimal): -5869162 or 9859494. OLE color: 9859494.
HSL color Cylindrical-coordinate representation of color #A67196: hue angle of 318.11º degrees, saturation: 0.23, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #A67196 is Cyan = 0, Magento = 0.32, Yellow = 0.10 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 113 | 150 | - |
| CMYK | 0 | 0.32 | 0.10 | 0.35 |
| HSL | 318.11º | 0.23% | 0.55% | - |
| HSV(B) | 318.11º | 0.32% | 0.65% | - |
| XYZ | 27.14 | 22.12 | 31.69 | - |
| YUV | 133.07 | 137.56 | 151.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 113 | 150 | 0 | 0.32 | 0.10 | 0.35 | 318.11 | 0.23 | 0.55 |
| Hex | A6 | 71 | 96 | 0 | 20 | A | 23 | 13E | 17 | 37 |
| Octal | 246 | 161 | 226 | 0 | 40 | 12 | 43 | 476 | 27 | 67 |
| Binary | 10100110 | 1110001 | 10010110 | 0 | 100000 | 1010 | 100011 | 100111110 | 10111 | 110111 |
Color Harmonies of #A67196
Complementary color
Monochromatic Colors of #A67196
Black with #A67196
Text Example
Text Example
White with #A67196
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A67196; }
p { color: rgb(166,113,150); }
H1.HeaderClassName
{
color: #A67196;
}
.AnyTagClassName
{
color: #A67196;
}
</style>
background-color css
<style>
a { background-color: #A67196; }
a { background-color: rgb(166,113,150); }
div.DivClassName
{
background-color: #A67196;
}
.BgClassName
{
background-color: #A67196;
}
</style>
border-color css
<style>
span { border-color: #A67196; }
span { border-color: rgb(166,113,150); }
td.TdClassName
{
border-color: #A67196;
}
.TagClassName
{
border-color: #A67196;
}
</style>