Shades of Bouquet #A98292
Tints of Bouquet #A98292
RGB
CMYK
RGB Variations
Color information
#A98292 (or 0xA98292) is known color: Bouquet. HEX triplet: A9, 82 and 92. RGB value is (169,130,146). Sum of RGB (Red+Green+Blue) = 169+130+146=445 (58% of max value = 765). Red value is 169 (66.41% from 255 or 37.98% from 445); Green value is 130 (51.17% from 255 or 29.21% from 445); Blue value is 146 (57.42% from 255 or 32.81% from 445); Max value from RGB is 169 - color contains mainly: red. Hex color #A98292 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A98292 is #567D6D. Grayscale: #8F8F8F. Windows color (decimal): -5668206 or 9601705. OLE color: 9601705.
HSL color Cylindrical-coordinate representation of color #A98292: hue angle of 335.38º 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 #A98292 is Cyan = 0, Magento = 0.23, Yellow = 0.14 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 130 | 146 | - |
| CMYK | 0 | 0.23 | 0.14 | 0.34 |
| HSL | 335.38º | 0.18% | 0.59% | - |
| HSV(B) | 335.38º | 0.23% | 0.66% | - |
| XYZ | 29.53 | 26.48 | 30.75 | - |
| YUV | 143.49 | 129.42 | 146.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 130 | 146 | 0 | 0.23 | 0.14 | 0.34 | 335.38 | 0.18 | 0.59 |
| Hex | A9 | 82 | 92 | 0 | 17 | E | 22 | 14F | 12 | 3B |
| Octal | 251 | 202 | 222 | 0 | 27 | 16 | 42 | 517 | 22 | 73 |
| Binary | 10101001 | 10000010 | 10010010 | 0 | 10111 | 1110 | 100010 | 101001111 | 10010 | 111011 |
Color Harmonies of #A98292
Complementary color
Monochromatic Colors of #A98292
Black with #A98292
Text Example
Text Example
White with #A98292
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A98292; }
p { color: rgb(169,130,146); }
H1.HeaderClassName
{
color: #A98292;
}
.AnyTagClassName
{
color: #A98292;
}
</style>
background-color css
<style>
a { background-color: #A98292; }
a { background-color: rgb(169,130,146); }
div.DivClassName
{
background-color: #A98292;
}
.BgClassName
{
background-color: #A98292;
}
</style>
border-color css
<style>
span { border-color: #A98292; }
span { border-color: rgb(169,130,146); }
td.TdClassName
{
border-color: #A98292;
}
.TagClassName
{
border-color: #A98292;
}
</style>