Shades of Bouquet #A68B9C
Tints of Bouquet #A68B9C
RGB
CMYK
RGB Variations
Color information
#A68B9C (or 0xA68B9C) is known color: Bouquet. HEX triplet: A6, 8B and 9C. RGB value is (166,139,156). Sum of RGB (Red+Green+Blue) = 166+139+156=461 (61% of max value = 765). Red value is 166 (65.23% from 255 or 36.01% from 461); Green value is 139 (54.69% from 255 or 30.15% from 461); Blue value is 156 (61.33% from 255 or 33.84% from 461); Max value from RGB is 166 - color contains mainly: red. Hex color #A68B9C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A68B9C is #597463. Grayscale: #949494. Windows color (decimal): -5862500 or 10259366. OLE color: 10259366.
HSL color Cylindrical-coordinate representation of color #A68B9C: hue angle of 322.22º 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 #A68B9C is Cyan = 0, Magento = 0.16, Yellow = 0.06 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 139 | 156 | - |
| CMYK | 0 | 0.16 | 0.06 | 0.35 |
| HSL | 322.22º | 0.13% | 0.6% | - |
| HSV(B) | 322.22º | 0.16% | 0.65% | - |
| XYZ | 30.96 | 28.97 | 35.41 | - |
| YUV | 149.01 | 131.95 | 140.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 139 | 156 | 0 | 0.16 | 0.06 | 0.35 | 322.22 | 0.13 | 0.6 |
| Hex | A6 | 8B | 9C | 0 | 10 | 6 | 23 | 142 | D | 3C |
| Octal | 246 | 213 | 234 | 0 | 20 | 6 | 43 | 502 | 15 | 74 |
| Binary | 10100110 | 10001011 | 10011100 | 0 | 10000 | 110 | 100011 | 101000010 | 1101 | 111100 |
Color Harmonies of #A68B9C
Complementary color
Monochromatic Colors of #A68B9C
Black with #A68B9C
Text Example
Text Example
White with #A68B9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A68B9C; }
p { color: rgb(166,139,156); }
H1.HeaderClassName
{
color: #A68B9C;
}
.AnyTagClassName
{
color: #A68B9C;
}
</style>
background-color css
<style>
a { background-color: #A68B9C; }
a { background-color: rgb(166,139,156); }
div.DivClassName
{
background-color: #A68B9C;
}
.BgClassName
{
background-color: #A68B9C;
}
</style>
border-color css
<style>
span { border-color: #A68B9C; }
span { border-color: rgb(166,139,156); }
td.TdClassName
{
border-color: #A68B9C;
}
.TagClassName
{
border-color: #A68B9C;
}
</style>