Shades of Bouquet #A9839C
Tints of Bouquet #A9839C
RGB
CMYK
RGB Variations
Color information
#A9839C (or 0xA9839C) is known color: Bouquet. HEX triplet: A9, 83 and 9C. RGB value is (169,131,156). Sum of RGB (Red+Green+Blue) = 169+131+156=456 (60% of max value = 765). Red value is 169 (66.41% from 255 or 37.06% from 456); Green value is 131 (51.56% from 255 or 28.73% from 456); Blue value is 156 (61.33% from 255 or 34.21% from 456); Max value from RGB is 169 - color contains mainly: red. Hex color #A9839C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A9839C is #567C63. Grayscale: #919191. Windows color (decimal): -5667940 or 10257321. OLE color: 10257321.
HSL color Cylindrical-coordinate representation of color #A9839C: hue angle of 320.53º degrees, saturation: 0.18, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #A9839C is Cyan = 0, Magento = 0.22, Yellow = 0.08 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 131 | 156 | - |
| CMYK | 0 | 0.22 | 0.08 | 0.34 |
| HSL | 320.53º | 0.18% | 0.59% | - |
| HSV(B) | 320.53º | 0.22% | 0.66% | - |
| XYZ | 30.48 | 27.07 | 35.07 | - |
| YUV | 145.21 | 134.09 | 144.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 131 | 156 | 0 | 0.22 | 0.08 | 0.34 | 320.53 | 0.18 | 0.59 |
| Hex | A9 | 83 | 9C | 0 | 16 | 8 | 22 | 141 | 12 | 3B |
| Octal | 251 | 203 | 234 | 0 | 26 | 10 | 42 | 501 | 22 | 73 |
| Binary | 10101001 | 10000011 | 10011100 | 0 | 10110 | 1000 | 100010 | 101000001 | 10010 | 111011 |
Color Harmonies of #A9839C
Complementary color
Monochromatic Colors of #A9839C
Black with #A9839C
Text Example
Text Example
White with #A9839C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9839C; }
p { color: rgb(169,131,156); }
H1.HeaderClassName
{
color: #A9839C;
}
.AnyTagClassName
{
color: #A9839C;
}
</style>
background-color css
<style>
a { background-color: #A9839C; }
a { background-color: rgb(169,131,156); }
div.DivClassName
{
background-color: #A9839C;
}
.BgClassName
{
background-color: #A9839C;
}
</style>
border-color css
<style>
span { border-color: #A9839C; }
span { border-color: rgb(169,131,156); }
td.TdClassName
{
border-color: #A9839C;
}
.TagClassName
{
border-color: #A9839C;
}
</style>