Shades of Bouquet #A96E92
Tints of Bouquet #A96E92
RGB
CMYK
RGB Variations
Color information
#A96E92 (or 0xA96E92) is known color: Bouquet. HEX triplet: A9, 6E and 92. RGB value is (169,110,146). Sum of RGB (Red+Green+Blue) = 169+110+146=425 (56% of max value = 765). Red value is 169 (66.41% from 255 or 39.76% from 425); Green value is 110 (43.36% from 255 or 25.88% from 425); Blue value is 146 (57.42% from 255 or 34.35% from 425); Max value from RGB is 169 - color contains mainly: red. Hex color #A96E92 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A96E92 is #56916D. Grayscale: #838383. Windows color (decimal): -5673326 or 9596585. OLE color: 9596585.
HSL color Cylindrical-coordinate representation of color #A96E92: hue angle of 323.39º degrees, saturation: 0.26, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #A96E92 is Cyan = 0, Magento = 0.35, Yellow = 0.14 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 110 | 146 | - |
| CMYK | 0 | 0.35 | 0.14 | 0.34 |
| HSL | 323.39º | 0.26% | 0.55% | - |
| HSV(B) | 323.39º | 0.35% | 0.66% | - |
| XYZ | 27.13 | 21.66 | 29.95 | - |
| YUV | 131.75 | 136.05 | 154.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 110 | 146 | 0 | 0.35 | 0.14 | 0.34 | 323.39 | 0.26 | 0.55 |
| Hex | A9 | 6E | 92 | 0 | 23 | E | 22 | 143 | 1A | 37 |
| Octal | 251 | 156 | 222 | 0 | 43 | 16 | 42 | 503 | 32 | 67 |
| Binary | 10101001 | 1101110 | 10010010 | 0 | 100011 | 1110 | 100010 | 101000011 | 11010 | 110111 |
Color Harmonies of #A96E92
Complementary color
Monochromatic Colors of #A96E92
Black with #A96E92
Text Example
Text Example
White with #A96E92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A96E92; }
p { color: rgb(169,110,146); }
H1.HeaderClassName
{
color: #A96E92;
}
.AnyTagClassName
{
color: #A96E92;
}
</style>
background-color css
<style>
a { background-color: #A96E92; }
a { background-color: rgb(169,110,146); }
div.DivClassName
{
background-color: #A96E92;
}
.BgClassName
{
background-color: #A96E92;
}
</style>
border-color css
<style>
span { border-color: #A96E92; }
span { border-color: rgb(169,110,146); }
td.TdClassName
{
border-color: #A96E92;
}
.TagClassName
{
border-color: #A96E92;
}
</style>