Shades of Bouquet #A97A91
Tints of Bouquet #A97A91
RGB
CMYK
RGB Variations
Color information
#A97A91 (or 0xA97A91) is known color: Bouquet. HEX triplet: A9, 7A and 91. RGB value is (169,122,145). Sum of RGB (Red+Green+Blue) = 169+122+145=436 (57% of max value = 765). Red value is 169 (66.41% from 255 or 38.76% from 436); Green value is 122 (48.05% from 255 or 27.98% from 436); Blue value is 145 (57.03% from 255 or 33.26% from 436); Max value from RGB is 169 - color contains mainly: red. Hex color #A97A91 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A97A91 is #56856E. Grayscale: #8A8A8A. Windows color (decimal): -5670255 or 9534121. OLE color: 9534121.
HSL color Cylindrical-coordinate representation of color #A97A91: hue angle of 330.64º 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 #A97A91 is Cyan = 0, Magento = 0.28, Yellow = 0.14 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 122 | 145 | - |
| CMYK | 0 | 0.28 | 0.14 | 0.34 |
| HSL | 330.64º | 0.21% | 0.57% | - |
| HSV(B) | 330.64º | 0.28% | 0.66% | - |
| XYZ | 28.43 | 24.4 | 30 | - |
| YUV | 138.68 | 131.57 | 149.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 122 | 145 | 0 | 0.28 | 0.14 | 0.34 | 330.64 | 0.21 | 0.57 |
| Hex | A9 | 7A | 91 | 0 | 1C | E | 22 | 14B | 15 | 39 |
| Octal | 251 | 172 | 221 | 0 | 34 | 16 | 42 | 513 | 25 | 71 |
| Binary | 10101001 | 1111010 | 10010001 | 0 | 11100 | 1110 | 100010 | 101001011 | 10101 | 111001 |
Color Harmonies of #A97A91
Complementary color
Monochromatic Colors of #A97A91
Black with #A97A91
Text Example
Text Example
White with #A97A91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A97A91; }
p { color: rgb(169,122,145); }
H1.HeaderClassName
{
color: #A97A91;
}
.AnyTagClassName
{
color: #A97A91;
}
</style>
background-color css
<style>
a { background-color: #A97A91; }
a { background-color: rgb(169,122,145); }
div.DivClassName
{
background-color: #A97A91;
}
.BgClassName
{
background-color: #A97A91;
}
</style>
border-color css
<style>
span { border-color: #A97A91; }
span { border-color: rgb(169,122,145); }
td.TdClassName
{
border-color: #A97A91;
}
.TagClassName
{
border-color: #A97A91;
}
</style>