Shades of Bouquet #A68999
Tints of Bouquet #A68999
RGB
CMYK
RGB Variations
Color information
#A68999 (or 0xA68999) is known color: Bouquet. HEX triplet: A6, 89 and 99. RGB value is (166,137,153). Sum of RGB (Red+Green+Blue) = 166+137+153=456 (60% of max value = 765). Red value is 166 (65.23% from 255 or 36.40% from 456); Green value is 137 (53.91% from 255 or 30.04% from 456); Blue value is 153 (60.16% from 255 or 33.55% from 456); Max value from RGB is 166 - color contains mainly: red. Hex color #A68999 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A68999 is #597666. Grayscale: #939393. Windows color (decimal): -5863015 or 10062246. OLE color: 10062246.
HSL color Cylindrical-coordinate representation of color #A68999: hue angle of 326.9º degrees, saturation: 0.14, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #A68999 is Cyan = 0, Magento = 0.17, Yellow = 0.08 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 137 | 153 | - |
| CMYK | 0 | 0.17 | 0.08 | 0.35 |
| HSL | 326.9º | 0.14% | 0.59% | - |
| HSV(B) | 326.9º | 0.17% | 0.65% | - |
| XYZ | 30.42 | 28.3 | 34 | - |
| YUV | 147.5 | 131.11 | 141.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 137 | 153 | 0 | 0.17 | 0.08 | 0.35 | 326.9 | 0.14 | 0.59 |
| Hex | A6 | 89 | 99 | 0 | 11 | 8 | 23 | 147 | E | 3B |
| Octal | 246 | 211 | 231 | 0 | 21 | 10 | 43 | 507 | 16 | 73 |
| Binary | 10100110 | 10001001 | 10011001 | 0 | 10001 | 1000 | 100011 | 101000111 | 1110 | 111011 |
Color Harmonies of #A68999
Complementary color
Monochromatic Colors of #A68999
Black with #A68999
Text Example
Text Example
White with #A68999
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A68999; }
p { color: rgb(166,137,153); }
H1.HeaderClassName
{
color: #A68999;
}
.AnyTagClassName
{
color: #A68999;
}
</style>
background-color css
<style>
a { background-color: #A68999; }
a { background-color: rgb(166,137,153); }
div.DivClassName
{
background-color: #A68999;
}
.BgClassName
{
background-color: #A68999;
}
</style>
border-color css
<style>
span { border-color: #A68999; }
span { border-color: rgb(166,137,153); }
td.TdClassName
{
border-color: #A68999;
}
.TagClassName
{
border-color: #A68999;
}
</style>