Shades of Bouquet #A87F8F
Tints of Bouquet #A87F8F
RGB
CMYK
RGB Variations
Color information
#A87F8F (or 0xA87F8F) is known color: Bouquet. HEX triplet: A8, 7F and 8F. RGB value is (168,127,143). Sum of RGB (Red+Green+Blue) = 168+127+143=438 (58% of max value = 765). Red value is 168 (66.02% from 255 or 38.36% from 438); Green value is 127 (50% from 255 or 29.00% from 438); Blue value is 143 (56.25% from 255 or 32.65% from 438); Max value from RGB is 168 - color contains mainly: red. Hex color #A87F8F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A87F8F is #578070. Grayscale: #8D8D8D. Windows color (decimal): -5734513 or 9404328. OLE color: 9404328.
HSL color Cylindrical-coordinate representation of color #A87F8F: hue angle of 336.59º degrees, saturation: 0.19, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #A87F8F is Cyan = 0, Magento = 0.24, Yellow = 0.15 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 127 | 143 | - |
| CMYK | 0 | 0.24 | 0.15 | 0.34 |
| HSL | 336.59º | 0.19% | 0.58% | - |
| HSV(B) | 336.59º | 0.24% | 0.66% | - |
| XYZ | 28.7 | 25.49 | 29.39 | - |
| YUV | 141.08 | 129.08 | 147.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 127 | 143 | 0 | 0.24 | 0.15 | 0.34 | 336.59 | 0.19 | 0.58 |
| Hex | A8 | 7F | 8F | 0 | 18 | F | 22 | 151 | 13 | 3A |
| Octal | 250 | 177 | 217 | 0 | 30 | 17 | 42 | 521 | 23 | 72 |
| Binary | 10101000 | 1111111 | 10001111 | 0 | 11000 | 1111 | 100010 | 101010001 | 10011 | 111010 |
Color Harmonies of #A87F8F
Complementary color
Monochromatic Colors of #A87F8F
Black with #A87F8F
Text Example
Text Example
White with #A87F8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A87F8F; }
p { color: rgb(168,127,143); }
H1.HeaderClassName
{
color: #A87F8F;
}
.AnyTagClassName
{
color: #A87F8F;
}
</style>
background-color css
<style>
a { background-color: #A87F8F; }
a { background-color: rgb(168,127,143); }
div.DivClassName
{
background-color: #A87F8F;
}
.BgClassName
{
background-color: #A87F8F;
}
</style>
border-color css
<style>
span { border-color: #A87F8F; }
span { border-color: rgb(168,127,143); }
td.TdClassName
{
border-color: #A87F8F;
}
.TagClassName
{
border-color: #A87F8F;
}
</style>