Shades of Bouquet #A8709D
Tints of Bouquet #A8709D
RGB
CMYK
RGB Variations
Color information
#A8709D (or 0xA8709D) is known color: Bouquet. HEX triplet: A8, 70 and 9D. RGB value is (168,112,157). Sum of RGB (Red+Green+Blue) = 168+112+157=437 (57% of max value = 765). Red value is 168 (66.02% from 255 or 38.44% from 437); Green value is 112 (44.14% from 255 or 25.63% from 437); Blue value is 157 (61.72% from 255 or 35.93% from 437); Max value from RGB is 168 - color contains mainly: red. Hex color #A8709D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A8709D is #578F62. Grayscale: #858585. Windows color (decimal): -5738339 or 10317992. OLE color: 10317992.
HSL color Cylindrical-coordinate representation of color #A8709D: hue angle of 311.79º degrees, saturation: 0.24, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A8709D is Cyan = 0, Magento = 0.33, Yellow = 0.07 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 112 | 157 | - |
| CMYK | 0 | 0.33 | 0.07 | 0.34 |
| HSL | 311.79º | 0.24% | 0.55% | - |
| HSV(B) | 311.79º | 0.33% | 0.66% | - |
| XYZ | 28.03 | 22.35 | 34.73 | - |
| YUV | 133.87 | 141.05 | 152.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 112 | 157 | 0 | 0.33 | 0.07 | 0.34 | 311.79 | 0.24 | 0.55 |
| Hex | A8 | 70 | 9D | 0 | 21 | 7 | 22 | 138 | 18 | 37 |
| Octal | 250 | 160 | 235 | 0 | 41 | 7 | 42 | 470 | 30 | 67 |
| Binary | 10101000 | 1110000 | 10011101 | 0 | 100001 | 111 | 100010 | 100111000 | 11000 | 110111 |
Color Harmonies of #A8709D
Complementary color
Monochromatic Colors of #A8709D
Black with #A8709D
Text Example
Text Example
White with #A8709D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8709D; }
p { color: rgb(168,112,157); }
H1.HeaderClassName
{
color: #A8709D;
}
.AnyTagClassName
{
color: #A8709D;
}
</style>
background-color css
<style>
a { background-color: #A8709D; }
a { background-color: rgb(168,112,157); }
div.DivClassName
{
background-color: #A8709D;
}
.BgClassName
{
background-color: #A8709D;
}
</style>
border-color css
<style>
span { border-color: #A8709D; }
span { border-color: rgb(168,112,157); }
td.TdClassName
{
border-color: #A8709D;
}
.TagClassName
{
border-color: #A8709D;
}
</style>