Shades of Bouquet #A68C9B
Tints of Bouquet #A68C9B
RGB
CMYK
RGB Variations
Color information
#A68C9B (or 0xA68C9B) is known color: Bouquet. HEX triplet: A6, 8C and 9B. RGB value is (166,140,155). Sum of RGB (Red+Green+Blue) = 166+140+155=461 (61% of max value = 765). Red value is 166 (65.23% from 255 or 36.01% from 461); Green value is 140 (55.08% from 255 or 30.37% from 461); Blue value is 155 (60.94% from 255 or 33.62% from 461); Max value from RGB is 166 - color contains mainly: red. Hex color #A68C9B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A68C9B is #597364. Grayscale: #959595. Windows color (decimal): -5862245 or 10194086. OLE color: 10194086.
HSL color Cylindrical-coordinate representation of color #A68C9B: hue angle of 325.38º degrees, saturation: 0.13, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #A68C9B is Cyan = 0, Magento = 0.16, Yellow = 0.07 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 140 | 155 | - |
| CMYK | 0 | 0.16 | 0.07 | 0.35 |
| HSL | 325.38º | 0.13% | 0.6% | - |
| HSV(B) | 325.38º | 0.16% | 0.65% | - |
| XYZ | 31.02 | 29.23 | 35.02 | - |
| YUV | 149.48 | 131.11 | 139.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 140 | 155 | 0 | 0.16 | 0.07 | 0.35 | 325.38 | 0.13 | 0.6 |
| Hex | A6 | 8C | 9B | 0 | 10 | 7 | 23 | 145 | D | 3C |
| Octal | 246 | 214 | 233 | 0 | 20 | 7 | 43 | 505 | 15 | 74 |
| Binary | 10100110 | 10001100 | 10011011 | 0 | 10000 | 111 | 100011 | 101000101 | 1101 | 111100 |
Color Harmonies of #A68C9B
Complementary color
Monochromatic Colors of #A68C9B
Black with #A68C9B
Text Example
Text Example
White with #A68C9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A68C9B; }
p { color: rgb(166,140,155); }
H1.HeaderClassName
{
color: #A68C9B;
}
.AnyTagClassName
{
color: #A68C9B;
}
</style>
background-color css
<style>
a { background-color: #A68C9B; }
a { background-color: rgb(166,140,155); }
div.DivClassName
{
background-color: #A68C9B;
}
.BgClassName
{
background-color: #A68C9B;
}
</style>
border-color css
<style>
span { border-color: #A68C9B; }
span { border-color: rgb(166,140,155); }
td.TdClassName
{
border-color: #A68C9B;
}
.TagClassName
{
border-color: #A68C9B;
}
</style>