Shades of Bouquet #A68594
Tints of Bouquet #A68594
RGB
CMYK
RGB Variations
Color information
#A68594 (or 0xA68594) is known color: Bouquet. HEX triplet: A6, 85 and 94. RGB value is (166,133,148). Sum of RGB (Red+Green+Blue) = 166+133+148=447 (59% of max value = 765). Red value is 166 (65.23% from 255 or 37.14% from 447); Green value is 133 (52.34% from 255 or 29.75% from 447); Blue value is 148 (58.20% from 255 or 33.11% from 447); Max value from RGB is 166 - color contains mainly: red. Hex color #A68594 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A68594 is #597A6B. Grayscale: #909090. Windows color (decimal): -5864044 or 9733542. OLE color: 9733542.
HSL color Cylindrical-coordinate representation of color #A68594: hue angle of 332.73º degrees, saturation: 0.16, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #A68594 is Cyan = 0, Magento = 0.20, Yellow = 0.11 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 133 | 148 | - |
| CMYK | 0 | 0.20 | 0.11 | 0.35 |
| HSL | 332.73º | 0.16% | 0.59% | - |
| HSV(B) | 332.73º | 0.2% | 0.65% | - |
| XYZ | 29.46 | 27.02 | 31.68 | - |
| YUV | 144.58 | 129.93 | 143.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 133 | 148 | 0 | 0.20 | 0.11 | 0.35 | 332.73 | 0.16 | 0.59 |
| Hex | A6 | 85 | 94 | 0 | 14 | B | 23 | 14D | 10 | 3B |
| Octal | 246 | 205 | 224 | 0 | 24 | 13 | 43 | 515 | 20 | 73 |
| Binary | 10100110 | 10000101 | 10010100 | 0 | 10100 | 1011 | 100011 | 101001101 | 10000 | 111011 |
Color Harmonies of #A68594
Complementary color
Monochromatic Colors of #A68594
Black with #A68594
Text Example
Text Example
White with #A68594
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A68594; }
p { color: rgb(166,133,148); }
H1.HeaderClassName
{
color: #A68594;
}
.AnyTagClassName
{
color: #A68594;
}
</style>
background-color css
<style>
a { background-color: #A68594; }
a { background-color: rgb(166,133,148); }
div.DivClassName
{
background-color: #A68594;
}
.BgClassName
{
background-color: #A68594;
}
</style>
border-color css
<style>
span { border-color: #A68594; }
span { border-color: rgb(166,133,148); }
td.TdClassName
{
border-color: #A68594;
}
.TagClassName
{
border-color: #A68594;
}
</style>