Shades of Bouquet #A76C99
Tints of Bouquet #A76C99
RGB
CMYK
RGB Variations
Color information
#A76C99 (or 0xA76C99) is known color: Bouquet. HEX triplet: A7, 6C and 99. RGB value is (167,108,153). Sum of RGB (Red+Green+Blue) = 167+108+153=428 (56% of max value = 765). Red value is 167 (65.62% from 255 or 39.02% from 428); Green value is 108 (42.58% from 255 or 25.23% from 428); Blue value is 153 (60.16% from 255 or 35.75% from 428); Max value from RGB is 167 - color contains mainly: red. Hex color #A76C99 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A76C99 is #589366. Grayscale: #828282. Windows color (decimal): -5804903 or 10054823. OLE color: 10054823.
HSL color Cylindrical-coordinate representation of color #A76C99: hue angle of 314.24º degrees, saturation: 0.25, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #A76C99 is Cyan = 0, Magento = 0.35, Yellow = 0.08 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 167 | 108 | 153 | - |
| CMYK | 0 | 0.35 | 0.08 | 0.35 |
| HSL | 314.24º | 0.25% | 0.54% | - |
| HSV(B) | 314.24º | 0.35% | 0.65% | - |
| XYZ | 27.05 | 21.24 | 32.81 | - |
| YUV | 130.77 | 140.55 | 153.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 108 | 153 | 0 | 0.35 | 0.08 | 0.35 | 314.24 | 0.25 | 0.54 |
| Hex | A7 | 6C | 99 | 0 | 23 | 8 | 23 | 13A | 19 | 36 |
| Octal | 247 | 154 | 231 | 0 | 43 | 10 | 43 | 472 | 31 | 66 |
| Binary | 10100111 | 1101100 | 10011001 | 0 | 100011 | 1000 | 100011 | 100111010 | 11001 | 110110 |
Color Harmonies of #A76C99
Complementary color
Monochromatic Colors of #A76C99
Black with #A76C99
Text Example
Text Example
White with #A76C99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A76C99; }
p { color: rgb(167,108,153); }
H1.HeaderClassName
{
color: #A76C99;
}
.AnyTagClassName
{
color: #A76C99;
}
</style>
background-color css
<style>
a { background-color: #A76C99; }
a { background-color: rgb(167,108,153); }
div.DivClassName
{
background-color: #A76C99;
}
.BgClassName
{
background-color: #A76C99;
}
</style>
border-color css
<style>
span { border-color: #A76C99; }
span { border-color: rgb(167,108,153); }
td.TdClassName
{
border-color: #A76C99;
}
.TagClassName
{
border-color: #A76C99;
}
</style>