Shades of Bouquet #A68796
Tints of Bouquet #A68796
RGB
CMYK
RGB Variations
Color information
#A68796 (or 0xA68796) is known color: Bouquet. HEX triplet: A6, 87 and 96. RGB value is (166,135,150). Sum of RGB (Red+Green+Blue) = 166+135+150=451 (59% of max value = 765). Red value is 166 (65.23% from 255 or 36.81% from 451); Green value is 135 (53.12% from 255 or 29.93% from 451); Blue value is 150 (58.98% from 255 or 33.26% from 451); Max value from RGB is 166 - color contains mainly: red. Hex color #A68796 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A68796 is #597869. Grayscale: #919191. Windows color (decimal): -5863530 or 9865126. OLE color: 9865126.
HSL color Cylindrical-coordinate representation of color #A68796: hue angle of 330.97º 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 #A68796 is Cyan = 0, Magento = 0.19, Yellow = 0.10 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 135 | 150 | - |
| CMYK | 0 | 0.19 | 0.10 | 0.35 |
| HSL | 330.97º | 0.15% | 0.59% | - |
| HSV(B) | 330.97º | 0.19% | 0.65% | - |
| XYZ | 29.89 | 27.64 | 32.61 | - |
| YUV | 145.98 | 130.27 | 142.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 135 | 150 | 0 | 0.19 | 0.10 | 0.35 | 330.97 | 0.15 | 0.59 |
| Hex | A6 | 87 | 96 | 0 | 13 | A | 23 | 14B | F | 3B |
| Octal | 246 | 207 | 226 | 0 | 23 | 12 | 43 | 513 | 17 | 73 |
| Binary | 10100110 | 10000111 | 10010110 | 0 | 10011 | 1010 | 100011 | 101001011 | 1111 | 111011 |
Color Harmonies of #A68796
Complementary color
Monochromatic Colors of #A68796
Black with #A68796
Text Example
Text Example
White with #A68796
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A68796; }
p { color: rgb(166,135,150); }
H1.HeaderClassName
{
color: #A68796;
}
.AnyTagClassName
{
color: #A68796;
}
</style>
background-color css
<style>
a { background-color: #A68796; }
a { background-color: rgb(166,135,150); }
div.DivClassName
{
background-color: #A68796;
}
.BgClassName
{
background-color: #A68796;
}
</style>
border-color css
<style>
span { border-color: #A68796; }
span { border-color: rgb(166,135,150); }
td.TdClassName
{
border-color: #A68796;
}
.TagClassName
{
border-color: #A68796;
}
</style>