Shades of Bouquet #A68394
Tints of Bouquet #A68394
RGB
CMYK
RGB Variations
Color information
#A68394 (or 0xA68394) is known color: Bouquet. HEX triplet: A6, 83 and 94. RGB value is (166,131,148). Sum of RGB (Red+Green+Blue) = 166+131+148=445 (58% of max value = 765). Red value is 166 (65.23% from 255 or 37.30% from 445); Green value is 131 (51.56% from 255 or 29.44% from 445); Blue value is 148 (58.20% from 255 or 33.26% from 445); Max value from RGB is 166 - color contains mainly: red. Hex color #A68394 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A68394 is #597C6B. Grayscale: #8F8F8F. Windows color (decimal): -5864556 or 9733030. OLE color: 9733030.
HSL color Cylindrical-coordinate representation of color #A68394: hue angle of 330.86º degrees, saturation: 0.16, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #A68394 is Cyan = 0, Magento = 0.21, Yellow = 0.11 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 131 | 148 | - |
| CMYK | 0 | 0.21 | 0.11 | 0.35 |
| HSL | 330.86º | 0.16% | 0.58% | - |
| HSV(B) | 330.86º | 0.21% | 0.65% | - |
| XYZ | 29.19 | 26.48 | 31.59 | - |
| YUV | 143.4 | 130.6 | 144.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 131 | 148 | 0 | 0.21 | 0.11 | 0.35 | 330.86 | 0.16 | 0.58 |
| Hex | A6 | 83 | 94 | 0 | 15 | B | 23 | 14B | 10 | 3A |
| Octal | 246 | 203 | 224 | 0 | 25 | 13 | 43 | 513 | 20 | 72 |
| Binary | 10100110 | 10000011 | 10010100 | 0 | 10101 | 1011 | 100011 | 101001011 | 10000 | 111010 |
Color Harmonies of #A68394
Complementary color
Monochromatic Colors of #A68394
Black with #A68394
Text Example
Text Example
White with #A68394
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A68394; }
p { color: rgb(166,131,148); }
H1.HeaderClassName
{
color: #A68394;
}
.AnyTagClassName
{
color: #A68394;
}
</style>
background-color css
<style>
a { background-color: #A68394; }
a { background-color: rgb(166,131,148); }
div.DivClassName
{
background-color: #A68394;
}
.BgClassName
{
background-color: #A68394;
}
</style>
border-color css
<style>
span { border-color: #A68394; }
span { border-color: rgb(166,131,148); }
td.TdClassName
{
border-color: #A68394;
}
.TagClassName
{
border-color: #A68394;
}
</style>