Shades of Bouquet #A67F95
Tints of Bouquet #A67F95
RGB
CMYK
RGB Variations
Color information
#A67F95 (or 0xA67F95) is known color: Bouquet. HEX triplet: A6, 7F and 95. RGB value is (166,127,149). Sum of RGB (Red+Green+Blue) = 166+127+149=442 (58% of max value = 765). Red value is 166 (65.23% from 255 or 37.56% from 442); Green value is 127 (50% from 255 or 28.73% from 442); Blue value is 149 (58.59% from 255 or 33.71% from 442); Max value from RGB is 166 - color contains mainly: red. Hex color #A67F95 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A67F95 is #59806A. Grayscale: #8D8D8D. Windows color (decimal): -5865579 or 9797542. OLE color: 9797542.
HSL color Cylindrical-coordinate representation of color #A67F95: hue angle of 326.15º degrees, saturation: 0.18, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #A67F95 is Cyan = 0, Magento = 0.23, Yellow = 0.10 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 127 | 149 | - |
| CMYK | 0 | 0.23 | 0.10 | 0.35 |
| HSL | 326.15º | 0.18% | 0.57% | - |
| HSV(B) | 326.15º | 0.23% | 0.65% | - |
| XYZ | 28.74 | 25.46 | 31.83 | - |
| YUV | 141.17 | 132.42 | 145.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 127 | 149 | 0 | 0.23 | 0.10 | 0.35 | 326.15 | 0.18 | 0.57 |
| Hex | A6 | 7F | 95 | 0 | 17 | A | 23 | 146 | 12 | 39 |
| Octal | 246 | 177 | 225 | 0 | 27 | 12 | 43 | 506 | 22 | 71 |
| Binary | 10100110 | 1111111 | 10010101 | 0 | 10111 | 1010 | 100011 | 101000110 | 10010 | 111001 |
Color Harmonies of #A67F95
Complementary color
Monochromatic Colors of #A67F95
Black with #A67F95
Text Example
Text Example
White with #A67F95
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A67F95; }
p { color: rgb(166,127,149); }
H1.HeaderClassName
{
color: #A67F95;
}
.AnyTagClassName
{
color: #A67F95;
}
</style>
background-color css
<style>
a { background-color: #A67F95; }
a { background-color: rgb(166,127,149); }
div.DivClassName
{
background-color: #A67F95;
}
.BgClassName
{
background-color: #A67F95;
}
</style>
border-color css
<style>
span { border-color: #A67F95; }
span { border-color: rgb(166,127,149); }
td.TdClassName
{
border-color: #A67F95;
}
.TagClassName
{
border-color: #A67F95;
}
</style>