Shades of Bouquet #A67697
Tints of Bouquet #A67697
RGB
CMYK
RGB Variations
Color information
#A67697 (or 0xA67697) is known color: Bouquet. HEX triplet: A6, 76 and 97. RGB value is (166,118,151). Sum of RGB (Red+Green+Blue) = 166+118+151=435 (57% of max value = 765). Red value is 166 (65.23% from 255 or 38.16% from 435); Green value is 118 (46.48% from 255 or 27.13% from 435); Blue value is 151 (59.38% from 255 or 34.71% from 435); Max value from RGB is 166 - color contains mainly: red. Hex color #A67697 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A67697 is #598968. Grayscale: #888888. Windows color (decimal): -5867881 or 9926310. OLE color: 9926310.
HSL color Cylindrical-coordinate representation of color #A67697: hue angle of 318.75º degrees, saturation: 0.21, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #A67697 is Cyan = 0, Magento = 0.29, Yellow = 0.09 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 118 | 151 | - |
| CMYK | 0 | 0.29 | 0.09 | 0.35 |
| HSL | 318.75º | 0.21% | 0.56% | - |
| HSV(B) | 318.75º | 0.29% | 0.65% | - |
| XYZ | 27.79 | 23.3 | 32.31 | - |
| YUV | 136.11 | 136.4 | 149.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 118 | 151 | 0 | 0.29 | 0.09 | 0.35 | 318.75 | 0.21 | 0.56 |
| Hex | A6 | 76 | 97 | 0 | 1D | 9 | 23 | 13F | 15 | 38 |
| Octal | 246 | 166 | 227 | 0 | 35 | 11 | 43 | 477 | 25 | 70 |
| Binary | 10100110 | 1110110 | 10010111 | 0 | 11101 | 1001 | 100011 | 100111111 | 10101 | 111000 |
Color Harmonies of #A67697
Complementary color
Monochromatic Colors of #A67697
Black with #A67697
Text Example
Text Example
White with #A67697
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A67697; }
p { color: rgb(166,118,151); }
H1.HeaderClassName
{
color: #A67697;
}
.AnyTagClassName
{
color: #A67697;
}
</style>
background-color css
<style>
a { background-color: #A67697; }
a { background-color: rgb(166,118,151); }
div.DivClassName
{
background-color: #A67697;
}
.BgClassName
{
background-color: #A67697;
}
</style>
border-color css
<style>
span { border-color: #A67697; }
span { border-color: rgb(166,118,151); }
td.TdClassName
{
border-color: #A67697;
}
.TagClassName
{
border-color: #A67697;
}
</style>