Shades of Bouquet #A68699
Tints of Bouquet #A68699
RGB
CMYK
RGB Variations
Color information
#A68699 (or 0xA68699) is known color: Bouquet. HEX triplet: A6, 86 and 99. RGB value is (166,134,153). Sum of RGB (Red+Green+Blue) = 166+134+153=453 (60% of max value = 765). Red value is 166 (65.23% from 255 or 36.64% from 453); Green value is 134 (52.73% from 255 or 29.58% from 453); Blue value is 153 (60.16% from 255 or 33.77% from 453); Max value from RGB is 166 - color contains mainly: red. Hex color #A68699 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A68699 is #597966. Grayscale: #919191. Windows color (decimal): -5863783 or 10061478. OLE color: 10061478.
HSL color Cylindrical-coordinate representation of color #A68699: hue angle of 324.38º degrees, saturation: 0.15, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #A68699 is Cyan = 0, Magento = 0.19, Yellow = 0.08 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 134 | 153 | - |
| CMYK | 0 | 0.19 | 0.08 | 0.35 |
| HSL | 324.38º | 0.15% | 0.59% | - |
| HSV(B) | 324.38º | 0.19% | 0.65% | - |
| XYZ | 30 | 27.46 | 33.86 | - |
| YUV | 145.73 | 132.1 | 142.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 134 | 153 | 0 | 0.19 | 0.08 | 0.35 | 324.38 | 0.15 | 0.59 |
| Hex | A6 | 86 | 99 | 0 | 13 | 8 | 23 | 144 | F | 3B |
| Octal | 246 | 206 | 231 | 0 | 23 | 10 | 43 | 504 | 17 | 73 |
| Binary | 10100110 | 10000110 | 10011001 | 0 | 10011 | 1000 | 100011 | 101000100 | 1111 | 111011 |
Color Harmonies of #A68699
Complementary color
Monochromatic Colors of #A68699
Black with #A68699
Text Example
Text Example
White with #A68699
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A68699; }
p { color: rgb(166,134,153); }
H1.HeaderClassName
{
color: #A68699;
}
.AnyTagClassName
{
color: #A68699;
}
</style>
background-color css
<style>
a { background-color: #A68699; }
a { background-color: rgb(166,134,153); }
div.DivClassName
{
background-color: #A68699;
}
.BgClassName
{
background-color: #A68699;
}
</style>
border-color css
<style>
span { border-color: #A68699; }
span { border-color: rgb(166,134,153); }
td.TdClassName
{
border-color: #A68699;
}
.TagClassName
{
border-color: #A68699;
}
</style>