Shades of Bouquet #A77A90
Tints of Bouquet #A77A90
RGB
CMYK
RGB Variations
Color information
#A77A90 (or 0xA77A90) is known color: Bouquet. HEX triplet: A7, 7A and 90. RGB value is (167,122,144). Sum of RGB (Red+Green+Blue) = 167+122+144=433 (57% of max value = 765). Red value is 167 (65.62% from 255 or 38.57% from 433); Green value is 122 (48.05% from 255 or 28.18% from 433); Blue value is 144 (56.64% from 255 or 33.26% from 433); Max value from RGB is 167 - color contains mainly: red. Hex color #A77A90 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A77A90 is #58856F. Grayscale: #898989. Windows color (decimal): -5801328 or 9468583. OLE color: 9468583.
HSL color Cylindrical-coordinate representation of color #A77A90: hue angle of 330.67º degrees, saturation: 0.2, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #A77A90 is Cyan = 0, Magento = 0.27, Yellow = 0.14 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 167 | 122 | 144 | - |
| CMYK | 0 | 0.27 | 0.14 | 0.35 |
| HSL | 330.67º | 0.2% | 0.57% | - |
| HSV(B) | 330.67º | 0.27% | 0.65% | - |
| XYZ | 27.93 | 24.15 | 29.57 | - |
| YUV | 137.96 | 131.41 | 148.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 122 | 144 | 0 | 0.27 | 0.14 | 0.35 | 330.67 | 0.2 | 0.57 |
| Hex | A7 | 7A | 90 | 0 | 1B | E | 23 | 14B | 14 | 39 |
| Octal | 247 | 172 | 220 | 0 | 33 | 16 | 43 | 513 | 24 | 71 |
| Binary | 10100111 | 1111010 | 10010000 | 0 | 11011 | 1110 | 100011 | 101001011 | 10100 | 111001 |
Color Harmonies of #A77A90
Complementary color
Monochromatic Colors of #A77A90
Black with #A77A90
Text Example
Text Example
White with #A77A90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A77A90; }
p { color: rgb(167,122,144); }
H1.HeaderClassName
{
color: #A77A90;
}
.AnyTagClassName
{
color: #A77A90;
}
</style>
background-color css
<style>
a { background-color: #A77A90; }
a { background-color: rgb(167,122,144); }
div.DivClassName
{
background-color: #A77A90;
}
.BgClassName
{
background-color: #A77A90;
}
</style>
border-color css
<style>
span { border-color: #A77A90; }
span { border-color: rgb(167,122,144); }
td.TdClassName
{
border-color: #A77A90;
}
.TagClassName
{
border-color: #A77A90;
}
</style>