Shades of Bouquet #A67699
Tints of Bouquet #A67699
RGB
CMYK
RGB Variations
Color information
#A67699 (or 0xA67699) is known color: Bouquet. HEX triplet: A6, 76 and 99. RGB value is (166,118,153). Sum of RGB (Red+Green+Blue) = 166+118+153=437 (57% of max value = 765). Red value is 166 (65.23% from 255 or 37.99% from 437); Green value is 118 (46.48% from 255 or 27.00% from 437); Blue value is 153 (60.16% from 255 or 35.01% from 437); Max value from RGB is 166 - color contains mainly: red. Hex color #A67699 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A67699 is #598966. Grayscale: #888888. Windows color (decimal): -5867879 or 10057382. OLE color: 10057382.
HSL color Cylindrical-coordinate representation of color #A67699: hue angle of 316.25º 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 #A67699 is Cyan = 0, Magento = 0.29, Yellow = 0.08 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 118 | 153 | - |
| CMYK | 0 | 0.29 | 0.08 | 0.35 |
| HSL | 316.25º | 0.21% | 0.56% | - |
| HSV(B) | 316.25º | 0.29% | 0.65% | - |
| XYZ | 27.95 | 23.36 | 33.17 | - |
| YUV | 136.34 | 137.4 | 149.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 118 | 153 | 0 | 0.29 | 0.08 | 0.35 | 316.25 | 0.21 | 0.56 |
| Hex | A6 | 76 | 99 | 0 | 1D | 8 | 23 | 13C | 15 | 38 |
| Octal | 246 | 166 | 231 | 0 | 35 | 10 | 43 | 474 | 25 | 70 |
| Binary | 10100110 | 1110110 | 10011001 | 0 | 11101 | 1000 | 100011 | 100111100 | 10101 | 111000 |
Color Harmonies of #A67699
Complementary color
Monochromatic Colors of #A67699
Black with #A67699
Text Example
Text Example
White with #A67699
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A67699; }
p { color: rgb(166,118,153); }
H1.HeaderClassName
{
color: #A67699;
}
.AnyTagClassName
{
color: #A67699;
}
</style>
background-color css
<style>
a { background-color: #A67699; }
a { background-color: rgb(166,118,153); }
div.DivClassName
{
background-color: #A67699;
}
.BgClassName
{
background-color: #A67699;
}
</style>
border-color css
<style>
span { border-color: #A67699; }
span { border-color: rgb(166,118,153); }
td.TdClassName
{
border-color: #A67699;
}
.TagClassName
{
border-color: #A67699;
}
</style>