Shades of Bouquet #A97695
Tints of Bouquet #A97695
RGB
CMYK
RGB Variations
Color information
#A97695 (or 0xA97695) is known color: Bouquet. HEX triplet: A9, 76 and 95. RGB value is (169,118,149). Sum of RGB (Red+Green+Blue) = 169+118+149=436 (57% of max value = 765). Red value is 169 (66.41% from 255 or 38.76% from 436); Green value is 118 (46.48% from 255 or 27.06% from 436); Blue value is 149 (58.59% from 255 or 34.17% from 436); Max value from RGB is 169 - color contains mainly: red. Hex color #A97695 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A97695 is #56896A. Grayscale: #888888. Windows color (decimal): -5671275 or 9795241. OLE color: 9795241.
HSL color Cylindrical-coordinate representation of color #A97695: hue angle of 323.53º degrees, saturation: 0.23, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A97695 is Cyan = 0, Magento = 0.30, Yellow = 0.12 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 118 | 149 | - |
| CMYK | 0 | 0.30 | 0.12 | 0.34 |
| HSL | 323.53º | 0.23% | 0.56% | - |
| HSV(B) | 323.53º | 0.3% | 0.66% | - |
| XYZ | 28.27 | 23.56 | 31.49 | - |
| YUV | 136.78 | 134.9 | 150.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 118 | 149 | 0 | 0.30 | 0.12 | 0.34 | 323.53 | 0.23 | 0.56 |
| Hex | A9 | 76 | 95 | 0 | 1E | C | 22 | 144 | 17 | 38 |
| Octal | 251 | 166 | 225 | 0 | 36 | 14 | 42 | 504 | 27 | 70 |
| Binary | 10101001 | 1110110 | 10010101 | 0 | 11110 | 1100 | 100010 | 101000100 | 10111 | 111000 |
Color Harmonies of #A97695
Complementary color
Monochromatic Colors of #A97695
Black with #A97695
Text Example
Text Example
White with #A97695
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A97695; }
p { color: rgb(169,118,149); }
H1.HeaderClassName
{
color: #A97695;
}
.AnyTagClassName
{
color: #A97695;
}
</style>
background-color css
<style>
a { background-color: #A97695; }
a { background-color: rgb(169,118,149); }
div.DivClassName
{
background-color: #A97695;
}
.BgClassName
{
background-color: #A97695;
}
</style>
border-color css
<style>
span { border-color: #A97695; }
span { border-color: rgb(169,118,149); }
td.TdClassName
{
border-color: #A97695;
}
.TagClassName
{
border-color: #A97695;
}
</style>