Shades of Bouquet #A98291
Tints of Bouquet #A98291
RGB
CMYK
RGB Variations
Color information
#A98291 (or 0xA98291) is known color: Bouquet. HEX triplet: A9, 82 and 91. RGB value is (169,130,145). Sum of RGB (Red+Green+Blue) = 169+130+145=444 (58% of max value = 765). Red value is 169 (66.41% from 255 or 38.06% from 444); Green value is 130 (51.17% from 255 or 29.28% from 444); Blue value is 145 (57.03% from 255 or 32.66% from 444); Max value from RGB is 169 - color contains mainly: red. Hex color #A98291 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A98291 is #567D6E. Grayscale: #8F8F8F. Windows color (decimal): -5668207 or 9536169. OLE color: 9536169.
HSL color Cylindrical-coordinate representation of color #A98291: hue angle of 336.92º degrees, saturation: 0.18, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #A98291 is Cyan = 0, Magento = 0.23, Yellow = 0.14 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 130 | 145 | - |
| CMYK | 0 | 0.23 | 0.14 | 0.34 |
| HSL | 336.92º | 0.18% | 0.59% | - |
| HSV(B) | 336.92º | 0.23% | 0.66% | - |
| XYZ | 29.46 | 26.44 | 30.34 | - |
| YUV | 143.37 | 128.92 | 146.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 130 | 145 | 0 | 0.23 | 0.14 | 0.34 | 336.92 | 0.18 | 0.59 |
| Hex | A9 | 82 | 91 | 0 | 17 | E | 22 | 151 | 12 | 3B |
| Octal | 251 | 202 | 221 | 0 | 27 | 16 | 42 | 521 | 22 | 73 |
| Binary | 10101001 | 10000010 | 10010001 | 0 | 10111 | 1110 | 100010 | 101010001 | 10010 | 111011 |
Color Harmonies of #A98291
Complementary color
Monochromatic Colors of #A98291
Black with #A98291
Text Example
Text Example
White with #A98291
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A98291; }
p { color: rgb(169,130,145); }
H1.HeaderClassName
{
color: #A98291;
}
.AnyTagClassName
{
color: #A98291;
}
</style>
background-color css
<style>
a { background-color: #A98291; }
a { background-color: rgb(169,130,145); }
div.DivClassName
{
background-color: #A98291;
}
.BgClassName
{
background-color: #A98291;
}
</style>
border-color css
<style>
span { border-color: #A98291; }
span { border-color: rgb(169,130,145); }
td.TdClassName
{
border-color: #A98291;
}
.TagClassName
{
border-color: #A98291;
}
</style>