Shades of Bouquet #A8788F
Tints of Bouquet #A8788F
RGB
CMYK
RGB Variations
Color information
#A8788F (or 0xA8788F) is known color: Bouquet. HEX triplet: A8, 78 and 8F. RGB value is (168,120,143). Sum of RGB (Red+Green+Blue) = 168+120+143=431 (57% of max value = 765). Red value is 168 (66.02% from 255 or 38.98% from 431); Green value is 120 (47.27% from 255 or 27.84% from 431); Blue value is 143 (56.25% from 255 or 33.18% from 431); Max value from RGB is 168 - color contains mainly: red. Hex color #A8788F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A8788F is #578770. Grayscale: #888888. Windows color (decimal): -5736305 or 9402536. OLE color: 9402536.
HSL color Cylindrical-coordinate representation of color #A8788F: hue angle of 331.25º degrees, saturation: 0.22, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #A8788F is Cyan = 0, Magento = 0.29, Yellow = 0.15 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 120 | 143 | - |
| CMYK | 0 | 0.29 | 0.15 | 0.34 |
| HSL | 331.25º | 0.22% | 0.56% | - |
| HSV(B) | 331.25º | 0.29% | 0.66% | - |
| XYZ | 27.82 | 23.74 | 29.1 | - |
| YUV | 136.97 | 131.4 | 150.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 120 | 143 | 0 | 0.29 | 0.15 | 0.34 | 331.25 | 0.22 | 0.56 |
| Hex | A8 | 78 | 8F | 0 | 1D | F | 22 | 14B | 16 | 38 |
| Octal | 250 | 170 | 217 | 0 | 35 | 17 | 42 | 513 | 26 | 70 |
| Binary | 10101000 | 1111000 | 10001111 | 0 | 11101 | 1111 | 100010 | 101001011 | 10110 | 111000 |
Color Harmonies of #A8788F
Complementary color
Monochromatic Colors of #A8788F
Black with #A8788F
Text Example
Text Example
White with #A8788F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8788F; }
p { color: rgb(168,120,143); }
H1.HeaderClassName
{
color: #A8788F;
}
.AnyTagClassName
{
color: #A8788F;
}
</style>
background-color css
<style>
a { background-color: #A8788F; }
a { background-color: rgb(168,120,143); }
div.DivClassName
{
background-color: #A8788F;
}
.BgClassName
{
background-color: #A8788F;
}
</style>
border-color css
<style>
span { border-color: #A8788F; }
span { border-color: rgb(168,120,143); }
td.TdClassName
{
border-color: #A8788F;
}
.TagClassName
{
border-color: #A8788F;
}
</style>