Shades of Bouquet #A67F91
Tints of Bouquet #A67F91
RGB
CMYK
RGB Variations
Color information
#A67F91 (or 0xA67F91) is known color: Bouquet. HEX triplet: A6, 7F and 91. RGB value is (166,127,145). Sum of RGB (Red+Green+Blue) = 166+127+145=438 (58% of max value = 765). Red value is 166 (65.23% from 255 or 37.90% from 438); Green value is 127 (50% from 255 or 29.00% from 438); Blue value is 145 (57.03% from 255 or 33.11% from 438); Max value from RGB is 166 - color contains mainly: red. Hex color #A67F91 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A67F91 is #59806E. Grayscale: #8C8C8C. Windows color (decimal): -5865583 or 9535398. OLE color: 9535398.
HSL color Cylindrical-coordinate representation of color #A67F91: hue angle of 332.31º 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 #A67F91 is Cyan = 0, Magento = 0.23, Yellow = 0.13 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 127 | 145 | - |
| CMYK | 0 | 0.23 | 0.13 | 0.35 |
| HSL | 332.31º | 0.18% | 0.57% | - |
| HSV(B) | 332.31º | 0.23% | 0.65% | - |
| XYZ | 28.43 | 25.33 | 30.18 | - |
| YUV | 140.71 | 130.42 | 146.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 127 | 145 | 0 | 0.23 | 0.13 | 0.35 | 332.31 | 0.18 | 0.57 |
| Hex | A6 | 7F | 91 | 0 | 17 | D | 23 | 14C | 12 | 39 |
| Octal | 246 | 177 | 221 | 0 | 27 | 15 | 43 | 514 | 22 | 71 |
| Binary | 10100110 | 1111111 | 10010001 | 0 | 10111 | 1101 | 100011 | 101001100 | 10010 | 111001 |
Color Harmonies of #A67F91
Complementary color
Monochromatic Colors of #A67F91
Black with #A67F91
Text Example
Text Example
White with #A67F91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A67F91; }
p { color: rgb(166,127,145); }
H1.HeaderClassName
{
color: #A67F91;
}
.AnyTagClassName
{
color: #A67F91;
}
</style>
background-color css
<style>
a { background-color: #A67F91; }
a { background-color: rgb(166,127,145); }
div.DivClassName
{
background-color: #A67F91;
}
.BgClassName
{
background-color: #A67F91;
}
</style>
border-color css
<style>
span { border-color: #A67F91; }
span { border-color: rgb(166,127,145); }
td.TdClassName
{
border-color: #A67F91;
}
.TagClassName
{
border-color: #A67F91;
}
</style>