Shades of Bouquet #A68491
Tints of Bouquet #A68491
RGB
CMYK
RGB Variations
Color information
#A68491 (or 0xA68491) is known color: Bouquet. HEX triplet: A6, 84 and 91. RGB value is (166,132,145). Sum of RGB (Red+Green+Blue) = 166+132+145=443 (58% of max value = 765). Red value is 166 (65.23% from 255 or 37.47% from 443); Green value is 132 (51.95% from 255 or 29.80% from 443); Blue value is 145 (57.03% from 255 or 32.73% from 443); Max value from RGB is 166 - color contains mainly: red. Hex color #A68491 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A68491 is #597B6E. Grayscale: #8F8F8F. Windows color (decimal): -5864303 or 9536678. OLE color: 9536678.
HSL color Cylindrical-coordinate representation of color #A68491: hue angle of 337.06º degrees, saturation: 0.16, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #A68491 is Cyan = 0, Magento = 0.20, Yellow = 0.13 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 132 | 145 | - |
| CMYK | 0 | 0.20 | 0.13 | 0.35 |
| HSL | 337.06º | 0.16% | 0.58% | - |
| HSV(B) | 337.06º | 0.2% | 0.65% | - |
| XYZ | 29.09 | 26.65 | 30.4 | - |
| YUV | 143.65 | 128.76 | 143.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 132 | 145 | 0 | 0.20 | 0.13 | 0.35 | 337.06 | 0.16 | 0.58 |
| Hex | A6 | 84 | 91 | 0 | 14 | D | 23 | 151 | 10 | 3A |
| Octal | 246 | 204 | 221 | 0 | 24 | 15 | 43 | 521 | 20 | 72 |
| Binary | 10100110 | 10000100 | 10010001 | 0 | 10100 | 1101 | 100011 | 101010001 | 10000 | 111010 |
Color Harmonies of #A68491
Complementary color
Monochromatic Colors of #A68491
Black with #A68491
Text Example
Text Example
White with #A68491
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A68491; }
p { color: rgb(166,132,145); }
H1.HeaderClassName
{
color: #A68491;
}
.AnyTagClassName
{
color: #A68491;
}
</style>
background-color css
<style>
a { background-color: #A68491; }
a { background-color: rgb(166,132,145); }
div.DivClassName
{
background-color: #A68491;
}
.BgClassName
{
background-color: #A68491;
}
</style>
border-color css
<style>
span { border-color: #A68491; }
span { border-color: rgb(166,132,145); }
td.TdClassName
{
border-color: #A68491;
}
.TagClassName
{
border-color: #A68491;
}
</style>