Shades of Bouquet #A97890
Tints of Bouquet #A97890
RGB
CMYK
RGB Variations
Color information
#A97890 (or 0xA97890) is known color: Bouquet. HEX triplet: A9, 78 and 90. RGB value is (169,120,144). Sum of RGB (Red+Green+Blue) = 169+120+144=433 (57% of max value = 765). Red value is 169 (66.41% from 255 or 39.03% from 433); Green value is 120 (47.27% from 255 or 27.71% from 433); Blue value is 144 (56.64% from 255 or 33.26% from 433); Max value from RGB is 169 - color contains mainly: red. Hex color #A97890 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A97890 is #56876F. Grayscale: #898989. Windows color (decimal): -5670768 or 9468073. OLE color: 9468073.
HSL color Cylindrical-coordinate representation of color #A97890: hue angle of 330.61º degrees, saturation: 0.22, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #A97890 is Cyan = 0, Magento = 0.29, Yellow = 0.15 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 120 | 144 | - |
| CMYK | 0 | 0.29 | 0.15 | 0.34 |
| HSL | 330.61º | 0.22% | 0.57% | - |
| HSV(B) | 330.61º | 0.29% | 0.66% | - |
| XYZ | 28.11 | 23.88 | 29.51 | - |
| YUV | 137.39 | 131.73 | 150.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 120 | 144 | 0 | 0.29 | 0.15 | 0.34 | 330.61 | 0.22 | 0.57 |
| Hex | A9 | 78 | 90 | 0 | 1D | F | 22 | 14B | 16 | 39 |
| Octal | 251 | 170 | 220 | 0 | 35 | 17 | 42 | 513 | 26 | 71 |
| Binary | 10101001 | 1111000 | 10010000 | 0 | 11101 | 1111 | 100010 | 101001011 | 10110 | 111001 |
Color Harmonies of #A97890
Complementary color
Monochromatic Colors of #A97890
Black with #A97890
Text Example
Text Example
White with #A97890
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A97890; }
p { color: rgb(169,120,144); }
H1.HeaderClassName
{
color: #A97890;
}
.AnyTagClassName
{
color: #A97890;
}
</style>
background-color css
<style>
a { background-color: #A97890; }
a { background-color: rgb(169,120,144); }
div.DivClassName
{
background-color: #A97890;
}
.BgClassName
{
background-color: #A97890;
}
</style>
border-color css
<style>
span { border-color: #A97890; }
span { border-color: rgb(169,120,144); }
td.TdClassName
{
border-color: #A97890;
}
.TagClassName
{
border-color: #A97890;
}
</style>