Shades of Bouquet #A6909F
Tints of Bouquet #A6909F
RGB
CMYK
RGB Variations
Color information
#A6909F (or 0xA6909F) is known color: Bouquet. HEX triplet: A6, 90 and 9F. RGB value is (166,144,159). Sum of RGB (Red+Green+Blue) = 166+144+159=469 (62% of max value = 765). Red value is 166 (65.23% from 255 or 35.39% from 469); Green value is 144 (56.64% from 255 or 30.70% from 469); Blue value is 159 (62.5% from 255 or 33.90% from 469); Max value from RGB is 166 - color contains mainly: red. Hex color #A6909F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A6909F is #596F60. Grayscale: #989898. Windows color (decimal): -5861217 or 10457254. OLE color: 10457254.
HSL color Cylindrical-coordinate representation of color #A6909F: hue angle of 319.09º degrees, saturation: 0.11, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #A6909F is Cyan = 0, Magento = 0.13, Yellow = 0.04 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 144 | 159 | - |
| CMYK | 0 | 0.13 | 0.04 | 0.35 |
| HSL | 319.09º | 0.11% | 0.61% | - |
| HSV(B) | 319.09º | 0.13% | 0.65% | - |
| XYZ | 31.96 | 30.56 | 37.01 | - |
| YUV | 152.29 | 131.79 | 137.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 144 | 159 | 0 | 0.13 | 0.04 | 0.35 | 319.09 | 0.11 | 0.61 |
| Hex | A6 | 90 | 9F | 0 | D | 4 | 23 | 13F | B | 3D |
| Octal | 246 | 220 | 237 | 0 | 15 | 4 | 43 | 477 | 13 | 75 |
| Binary | 10100110 | 10010000 | 10011111 | 0 | 1101 | 100 | 100011 | 100111111 | 1011 | 111101 |
Color Harmonies of #A6909F
Complementary color
Monochromatic Colors of #A6909F
Black with #A6909F
Text Example
Text Example
White with #A6909F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6909F; }
p { color: rgb(166,144,159); }
H1.HeaderClassName
{
color: #A6909F;
}
.AnyTagClassName
{
color: #A6909F;
}
</style>
background-color css
<style>
a { background-color: #A6909F; }
a { background-color: rgb(166,144,159); }
div.DivClassName
{
background-color: #A6909F;
}
.BgClassName
{
background-color: #A6909F;
}
</style>
border-color css
<style>
span { border-color: #A6909F; }
span { border-color: rgb(166,144,159); }
td.TdClassName
{
border-color: #A6909F;
}
.TagClassName
{
border-color: #A6909F;
}
</style>