Shades of Bouquet #A7869C
Tints of Bouquet #A7869C
RGB
CMYK
RGB Variations
Color information
#A7869C (or 0xA7869C) is known color: Bouquet. HEX triplet: A7, 86 and 9C. RGB value is (167,134,156). Sum of RGB (Red+Green+Blue) = 167+134+156=457 (60% of max value = 765). Red value is 167 (65.62% from 255 or 36.54% from 457); Green value is 134 (52.73% from 255 or 29.32% from 457); Blue value is 156 (61.33% from 255 or 34.14% from 457); Max value from RGB is 167 - color contains mainly: red. Hex color #A7869C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A7869C is #587963. Grayscale: #929292. Windows color (decimal): -5798244 or 10258087. OLE color: 10258087.
HSL color Cylindrical-coordinate representation of color #A7869C: hue angle of 320º degrees, saturation: 0.16, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #A7869C is Cyan = 0, Magento = 0.20, Yellow = 0.07 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 167 | 134 | 156 | - |
| CMYK | 0 | 0.20 | 0.07 | 0.35 |
| HSL | 320º | 0.16% | 0.59% | - |
| HSV(B) | 320º | 0.2% | 0.65% | - |
| XYZ | 30.46 | 27.67 | 35.19 | - |
| YUV | 146.38 | 133.43 | 142.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 134 | 156 | 0 | 0.20 | 0.07 | 0.35 | 320 | 0.16 | 0.59 |
| Hex | A7 | 86 | 9C | 0 | 14 | 7 | 23 | 140 | 10 | 3B |
| Octal | 247 | 206 | 234 | 0 | 24 | 7 | 43 | 500 | 20 | 73 |
| Binary | 10100111 | 10000110 | 10011100 | 0 | 10100 | 111 | 100011 | 101000000 | 10000 | 111011 |
Color Harmonies of #A7869C
Complementary color
Monochromatic Colors of #A7869C
Black with #A7869C
Text Example
Text Example
White with #A7869C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A7869C; }
p { color: rgb(167,134,156); }
H1.HeaderClassName
{
color: #A7869C;
}
.AnyTagClassName
{
color: #A7869C;
}
</style>
background-color css
<style>
a { background-color: #A7869C; }
a { background-color: rgb(167,134,156); }
div.DivClassName
{
background-color: #A7869C;
}
.BgClassName
{
background-color: #A7869C;
}
</style>
border-color css
<style>
span { border-color: #A7869C; }
span { border-color: rgb(167,134,156); }
td.TdClassName
{
border-color: #A7869C;
}
.TagClassName
{
border-color: #A7869C;
}
</style>