Shades of Bouquet #A0929C
Tints of Bouquet #A0929C
RGB
CMYK
RGB Variations
Color information
#A0929C (or 0xA0929C) is known color: Bouquet. HEX triplet: A0, 92 and 9C. RGB value is (160,146,156). Sum of RGB (Red+Green+Blue) = 160+146+156=462 (61% of max value = 765). Red value is 160 (62.89% from 255 or 34.63% from 462); Green value is 146 (57.42% from 255 or 31.60% from 462); Blue value is 156 (61.33% from 255 or 33.77% from 462); Max value from RGB is 160 - color contains mainly: red. Hex color #A0929C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A0929C is #5F6D63. Grayscale: #979797. Windows color (decimal): -6253924 or 10261152. OLE color: 10261152.
HSL color Cylindrical-coordinate representation of color #A0929C: hue angle of 317.14º degrees, saturation: 0.07, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #A0929C is Cyan = 0, Magento = 0.09, Yellow = 0.02 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 146 | 156 | - |
| CMYK | 0 | 0.09 | 0.02 | 0.37 |
| HSL | 317.14º | 0.07% | 0.6% | - |
| HSV(B) | 317.14º | 0.09% | 0.63% | - |
| XYZ | 30.78 | 30.43 | 35.7 | - |
| YUV | 151.33 | 130.64 | 134.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 146 | 156 | 0 | 0.09 | 0.02 | 0.37 | 317.14 | 0.07 | 0.6 |
| Hex | A0 | 92 | 9C | 0 | 9 | 2 | 25 | 13D | 7 | 3C |
| Octal | 240 | 222 | 234 | 0 | 11 | 2 | 45 | 475 | 7 | 74 |
| Binary | 10100000 | 10010010 | 10011100 | 0 | 1001 | 10 | 100101 | 100111101 | 111 | 111100 |
Color Harmonies of #A0929C
Complementary color
Monochromatic Colors of #A0929C
Black with #A0929C
Text Example
Text Example
White with #A0929C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0929C; }
p { color: rgb(160,146,156); }
H1.HeaderClassName
{
color: #A0929C;
}
.AnyTagClassName
{
color: #A0929C;
}
</style>
background-color css
<style>
a { background-color: #A0929C; }
a { background-color: rgb(160,146,156); }
div.DivClassName
{
background-color: #A0929C;
}
.BgClassName
{
background-color: #A0929C;
}
</style>
border-color css
<style>
span { border-color: #A0929C; }
span { border-color: rgb(160,146,156); }
td.TdClassName
{
border-color: #A0929C;
}
.TagClassName
{
border-color: #A0929C;
}
</style>