Shades of Bouquet #A6709A
Tints of Bouquet #A6709A
RGB
CMYK
RGB Variations
Color information
#A6709A (or 0xA6709A) is known color: Bouquet. HEX triplet: A6, 70 and 9A. RGB value is (166,112,154). Sum of RGB (Red+Green+Blue) = 166+112+154=432 (57% of max value = 765). Red value is 166 (65.23% from 255 or 38.43% from 432); Green value is 112 (44.14% from 255 or 25.93% from 432); Blue value is 154 (60.55% from 255 or 35.65% from 432); Max value from RGB is 166 - color contains mainly: red. Hex color #A6709A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A6709A is #598F65. Grayscale: #848484. Windows color (decimal): -5869414 or 10121382. OLE color: 10121382.
HSL color Cylindrical-coordinate representation of color #A6709A: hue angle of 313.33º degrees, saturation: 0.23, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A6709A is Cyan = 0, Magento = 0.33, Yellow = 0.07 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 112 | 154 | - |
| CMYK | 0 | 0.33 | 0.07 | 0.35 |
| HSL | 313.33º | 0.23% | 0.55% | - |
| HSV(B) | 313.33º | 0.33% | 0.65% | - |
| XYZ | 27.35 | 22.03 | 33.38 | - |
| YUV | 132.93 | 139.89 | 151.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 112 | 154 | 0 | 0.33 | 0.07 | 0.35 | 313.33 | 0.23 | 0.55 |
| Hex | A6 | 70 | 9A | 0 | 21 | 7 | 23 | 139 | 17 | 37 |
| Octal | 246 | 160 | 232 | 0 | 41 | 7 | 43 | 471 | 27 | 67 |
| Binary | 10100110 | 1110000 | 10011010 | 0 | 100001 | 111 | 100011 | 100111001 | 10111 | 110111 |
Color Harmonies of #A6709A
Complementary color
Monochromatic Colors of #A6709A
Black with #A6709A
Text Example
Text Example
White with #A6709A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6709A; }
p { color: rgb(166,112,154); }
H1.HeaderClassName
{
color: #A6709A;
}
.AnyTagClassName
{
color: #A6709A;
}
</style>
background-color css
<style>
a { background-color: #A6709A; }
a { background-color: rgb(166,112,154); }
div.DivClassName
{
background-color: #A6709A;
}
.BgClassName
{
background-color: #A6709A;
}
</style>
border-color css
<style>
span { border-color: #A6709A; }
span { border-color: rgb(166,112,154); }
td.TdClassName
{
border-color: #A6709A;
}
.TagClassName
{
border-color: #A6709A;
}
</style>