Shades of Bouquet #A77595
Tints of Bouquet #A77595
RGB
CMYK
RGB Variations
Color information
#A77595 (or 0xA77595) is known color: Bouquet. HEX triplet: A7, 75 and 95. RGB value is (167,117,149). Sum of RGB (Red+Green+Blue) = 167+117+149=433 (57% of max value = 765). Red value is 167 (65.62% from 255 or 38.57% from 433); Green value is 117 (46.09% from 255 or 27.02% from 433); Blue value is 149 (58.59% from 255 or 34.41% from 433); Max value from RGB is 167 - color contains mainly: red. Hex color #A77595 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A77595 is #588A6A. Grayscale: #878787. Windows color (decimal): -5802603 or 9794983. OLE color: 9794983.
HSL color Cylindrical-coordinate representation of color #A77595: hue angle of 321.6º degrees, saturation: 0.22, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A77595 is Cyan = 0, Magento = 0.30, Yellow = 0.11 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 167 | 117 | 149 | - |
| CMYK | 0 | 0.30 | 0.11 | 0.35 |
| HSL | 321.6º | 0.22% | 0.56% | - |
| HSV(B) | 321.6º | 0.3% | 0.65% | - |
| XYZ | 27.72 | 23.11 | 31.43 | - |
| YUV | 135.6 | 135.57 | 150.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 117 | 149 | 0 | 0.30 | 0.11 | 0.35 | 321.6 | 0.22 | 0.56 |
| Hex | A7 | 75 | 95 | 0 | 1E | B | 23 | 142 | 16 | 38 |
| Octal | 247 | 165 | 225 | 0 | 36 | 13 | 43 | 502 | 26 | 70 |
| Binary | 10100111 | 1110101 | 10010101 | 0 | 11110 | 1011 | 100011 | 101000010 | 10110 | 111000 |
Color Harmonies of #A77595
Complementary color
Monochromatic Colors of #A77595
Black with #A77595
Text Example
Text Example
White with #A77595
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A77595; }
p { color: rgb(167,117,149); }
H1.HeaderClassName
{
color: #A77595;
}
.AnyTagClassName
{
color: #A77595;
}
</style>
background-color css
<style>
a { background-color: #A77595; }
a { background-color: rgb(167,117,149); }
div.DivClassName
{
background-color: #A77595;
}
.BgClassName
{
background-color: #A77595;
}
</style>
border-color css
<style>
span { border-color: #A77595; }
span { border-color: rgb(167,117,149); }
td.TdClassName
{
border-color: #A77595;
}
.TagClassName
{
border-color: #A77595;
}
</style>