Shades of Bouquet #A97A90
Tints of Bouquet #A97A90
RGB
CMYK
RGB Variations
Color information
#A97A90 (or 0xA97A90) is known color: Bouquet. HEX triplet: A9, 7A and 90. RGB value is (169,122,144). Sum of RGB (Red+Green+Blue) = 169+122+144=435 (57% of max value = 765). Red value is 169 (66.41% from 255 or 38.85% from 435); Green value is 122 (48.05% from 255 or 28.05% from 435); Blue value is 144 (56.64% from 255 or 33.10% from 435); Max value from RGB is 169 - color contains mainly: red. Hex color #A97A90 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A97A90 is #56856F. Grayscale: #8A8A8A. Windows color (decimal): -5670256 or 9468585. OLE color: 9468585.
HSL color Cylindrical-coordinate representation of color #A97A90: hue angle of 331.91º degrees, saturation: 0.21, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #A97A90 is Cyan = 0, Magento = 0.28, Yellow = 0.15 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 122 | 144 | - |
| CMYK | 0 | 0.28 | 0.15 | 0.34 |
| HSL | 331.91º | 0.21% | 0.57% | - |
| HSV(B) | 331.91º | 0.28% | 0.66% | - |
| XYZ | 28.36 | 24.37 | 29.59 | - |
| YUV | 138.56 | 131.07 | 149.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 122 | 144 | 0 | 0.28 | 0.15 | 0.34 | 331.91 | 0.21 | 0.57 |
| Hex | A9 | 7A | 90 | 0 | 1C | F | 22 | 14C | 15 | 39 |
| Octal | 251 | 172 | 220 | 0 | 34 | 17 | 42 | 514 | 25 | 71 |
| Binary | 10101001 | 1111010 | 10010000 | 0 | 11100 | 1111 | 100010 | 101001100 | 10101 | 111001 |
Color Harmonies of #A97A90
Complementary color
Monochromatic Colors of #A97A90
Black with #A97A90
Text Example
Text Example
White with #A97A90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A97A90; }
p { color: rgb(169,122,144); }
H1.HeaderClassName
{
color: #A97A90;
}
.AnyTagClassName
{
color: #A97A90;
}
</style>
background-color css
<style>
a { background-color: #A97A90; }
a { background-color: rgb(169,122,144); }
div.DivClassName
{
background-color: #A97A90;
}
.BgClassName
{
background-color: #A97A90;
}
</style>
border-color css
<style>
span { border-color: #A97A90; }
span { border-color: rgb(169,122,144); }
td.TdClassName
{
border-color: #A97A90;
}
.TagClassName
{
border-color: #A97A90;
}
</style>