Shades of Bouquet #A8759A
Tints of Bouquet #A8759A
RGB
CMYK
RGB Variations
Color information
#A8759A (or 0xA8759A) is known color: Bouquet. HEX triplet: A8, 75 and 9A. RGB value is (168,117,154). Sum of RGB (Red+Green+Blue) = 168+117+154=439 (58% of max value = 765). Red value is 168 (66.02% from 255 or 38.27% from 439); Green value is 117 (46.09% from 255 or 26.65% from 439); Blue value is 154 (60.55% from 255 or 35.08% from 439); Max value from RGB is 168 - color contains mainly: red. Hex color #A8759A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A8759A is #578A65. Grayscale: #888888. Windows color (decimal): -5737062 or 10122664. OLE color: 10122664.
HSL color Cylindrical-coordinate representation of color #A8759A: hue angle of 316.47º degrees, saturation: 0.23, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A8759A is Cyan = 0, Magento = 0.30, Yellow = 0.08 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 117 | 154 | - |
| CMYK | 0 | 0.30 | 0.08 | 0.34 |
| HSL | 316.47º | 0.23% | 0.56% | - |
| HSV(B) | 316.47º | 0.3% | 0.66% | - |
| XYZ | 28.34 | 23.38 | 33.59 | - |
| YUV | 136.47 | 137.9 | 150.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 117 | 154 | 0 | 0.30 | 0.08 | 0.34 | 316.47 | 0.23 | 0.56 |
| Hex | A8 | 75 | 9A | 0 | 1E | 8 | 22 | 13C | 17 | 38 |
| Octal | 250 | 165 | 232 | 0 | 36 | 10 | 42 | 474 | 27 | 70 |
| Binary | 10101000 | 1110101 | 10011010 | 0 | 11110 | 1000 | 100010 | 100111100 | 10111 | 111000 |
Color Harmonies of #A8759A
Complementary color
Monochromatic Colors of #A8759A
Black with #A8759A
Text Example
Text Example
White with #A8759A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8759A; }
p { color: rgb(168,117,154); }
H1.HeaderClassName
{
color: #A8759A;
}
.AnyTagClassName
{
color: #A8759A;
}
</style>
background-color css
<style>
a { background-color: #A8759A; }
a { background-color: rgb(168,117,154); }
div.DivClassName
{
background-color: #A8759A;
}
.BgClassName
{
background-color: #A8759A;
}
</style>
border-color css
<style>
span { border-color: #A8759A; }
span { border-color: rgb(168,117,154); }
td.TdClassName
{
border-color: #A8759A;
}
.TagClassName
{
border-color: #A8759A;
}
</style>