Shades of Bouquet #A78A9C
Tints of Bouquet #A78A9C
RGB
CMYK
RGB Variations
Color information
#A78A9C (or 0xA78A9C) is known color: Bouquet. HEX triplet: A7, 8A and 9C. RGB value is (167,138,156). Sum of RGB (Red+Green+Blue) = 167+138+156=461 (61% of max value = 765). Red value is 167 (65.62% from 255 or 36.23% from 461); Green value is 138 (54.30% from 255 or 29.93% from 461); Blue value is 156 (61.33% from 255 or 33.84% from 461); Max value from RGB is 167 - color contains mainly: red. Hex color #A78A9C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A78A9C is #587563. Grayscale: #949494. Windows color (decimal): -5797220 or 10259111. OLE color: 10259111.
HSL color Cylindrical-coordinate representation of color #A78A9C: hue angle of 322.76º degrees, saturation: 0.14, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #A78A9C is Cyan = 0, Magento = 0.17, Yellow = 0.07 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 167 | 138 | 156 | - |
| CMYK | 0 | 0.17 | 0.07 | 0.35 |
| HSL | 322.76º | 0.14% | 0.6% | - |
| HSV(B) | 322.76º | 0.17% | 0.65% | - |
| XYZ | 31.03 | 28.79 | 35.37 | - |
| YUV | 148.72 | 132.11 | 141.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 138 | 156 | 0 | 0.17 | 0.07 | 0.35 | 322.76 | 0.14 | 0.6 |
| Hex | A7 | 8A | 9C | 0 | 11 | 7 | 23 | 143 | E | 3C |
| Octal | 247 | 212 | 234 | 0 | 21 | 7 | 43 | 503 | 16 | 74 |
| Binary | 10100111 | 10001010 | 10011100 | 0 | 10001 | 111 | 100011 | 101000011 | 1110 | 111100 |
Color Harmonies of #A78A9C
Complementary color
Monochromatic Colors of #A78A9C
Black with #A78A9C
Text Example
Text Example
White with #A78A9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A78A9C; }
p { color: rgb(167,138,156); }
H1.HeaderClassName
{
color: #A78A9C;
}
.AnyTagClassName
{
color: #A78A9C;
}
</style>
background-color css
<style>
a { background-color: #A78A9C; }
a { background-color: rgb(167,138,156); }
div.DivClassName
{
background-color: #A78A9C;
}
.BgClassName
{
background-color: #A78A9C;
}
</style>
border-color css
<style>
span { border-color: #A78A9C; }
span { border-color: rgb(167,138,156); }
td.TdClassName
{
border-color: #A78A9C;
}
.TagClassName
{
border-color: #A78A9C;
}
</style>