Shades of Bouquet #A78495
Tints of Bouquet #A78495
RGB
CMYK
RGB Variations
Color information
#A78495 (or 0xA78495) is known color: Bouquet. HEX triplet: A7, 84 and 95. RGB value is (167,132,149). Sum of RGB (Red+Green+Blue) = 167+132+149=448 (59% of max value = 765). Red value is 167 (65.62% from 255 or 37.28% from 448); Green value is 132 (51.95% from 255 or 29.46% from 448); Blue value is 149 (58.59% from 255 or 33.26% from 448); Max value from RGB is 167 - color contains mainly: red. Hex color #A78495 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A78495 is #587B6A. Grayscale: #909090. Windows color (decimal): -5798763 or 9798823. OLE color: 9798823.
HSL color Cylindrical-coordinate representation of color #A78495: hue angle of 330.86º degrees, saturation: 0.17, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #A78495 is Cyan = 0, Magento = 0.21, Yellow = 0.11 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 167 | 132 | 149 | - |
| CMYK | 0 | 0.21 | 0.11 | 0.35 |
| HSL | 330.86º | 0.17% | 0.59% | - |
| HSV(B) | 330.86º | 0.21% | 0.65% | - |
| XYZ | 29.61 | 26.89 | 32.06 | - |
| YUV | 144.4 | 130.6 | 144.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 132 | 149 | 0 | 0.21 | 0.11 | 0.35 | 330.86 | 0.17 | 0.59 |
| Hex | A7 | 84 | 95 | 0 | 15 | B | 23 | 14B | 11 | 3B |
| Octal | 247 | 204 | 225 | 0 | 25 | 13 | 43 | 513 | 21 | 73 |
| Binary | 10100111 | 10000100 | 10010101 | 0 | 10101 | 1011 | 100011 | 101001011 | 10001 | 111011 |
Color Harmonies of #A78495
Complementary color
Monochromatic Colors of #A78495
Black with #A78495
Text Example
Text Example
White with #A78495
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A78495; }
p { color: rgb(167,132,149); }
H1.HeaderClassName
{
color: #A78495;
}
.AnyTagClassName
{
color: #A78495;
}
</style>
background-color css
<style>
a { background-color: #A78495; }
a { background-color: rgb(167,132,149); }
div.DivClassName
{
background-color: #A78495;
}
.BgClassName
{
background-color: #A78495;
}
</style>
border-color css
<style>
span { border-color: #A78495; }
span { border-color: rgb(167,132,149); }
td.TdClassName
{
border-color: #A78495;
}
.TagClassName
{
border-color: #A78495;
}
</style>