Shades of Bouquet #A97590
Tints of Bouquet #A97590
RGB
CMYK
RGB Variations
Color information
#A97590 (or 0xA97590) is known color: Bouquet. HEX triplet: A9, 75 and 90. RGB value is (169,117,144). Sum of RGB (Red+Green+Blue) = 169+117+144=430 (56% of max value = 765). Red value is 169 (66.41% from 255 or 39.30% from 430); Green value is 117 (46.09% from 255 or 27.21% from 430); Blue value is 144 (56.64% from 255 or 33.49% from 430); Max value from RGB is 169 - color contains mainly: red. Hex color #A97590 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A97590 is #568A6F. Grayscale: #878787. Windows color (decimal): -5671536 or 9467305. OLE color: 9467305.
HSL color Cylindrical-coordinate representation of color #A97590: hue angle of 328.85º degrees, saturation: 0.23, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #A97590 is Cyan = 0, Magento = 0.31, Yellow = 0.15 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 117 | 144 | - |
| CMYK | 0 | 0.31 | 0.15 | 0.34 |
| HSL | 328.85º | 0.23% | 0.56% | - |
| HSV(B) | 328.85º | 0.31% | 0.66% | - |
| XYZ | 27.76 | 23.17 | 29.4 | - |
| YUV | 135.63 | 132.73 | 151.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 117 | 144 | 0 | 0.31 | 0.15 | 0.34 | 328.85 | 0.23 | 0.56 |
| Hex | A9 | 75 | 90 | 0 | 1F | F | 22 | 149 | 17 | 38 |
| Octal | 251 | 165 | 220 | 0 | 37 | 17 | 42 | 511 | 27 | 70 |
| Binary | 10101001 | 1110101 | 10010000 | 0 | 11111 | 1111 | 100010 | 101001001 | 10111 | 111000 |
Color Harmonies of #A97590
Complementary color
Monochromatic Colors of #A97590
Black with #A97590
Text Example
Text Example
White with #A97590
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A97590; }
p { color: rgb(169,117,144); }
H1.HeaderClassName
{
color: #A97590;
}
.AnyTagClassName
{
color: #A97590;
}
</style>
background-color css
<style>
a { background-color: #A97590; }
a { background-color: rgb(169,117,144); }
div.DivClassName
{
background-color: #A97590;
}
.BgClassName
{
background-color: #A97590;
}
</style>
border-color css
<style>
span { border-color: #A97590; }
span { border-color: rgb(169,117,144); }
td.TdClassName
{
border-color: #A97590;
}
.TagClassName
{
border-color: #A97590;
}
</style>