Shades of Bouquet #A0909C
Tints of Bouquet #A0909C
RGB
CMYK
RGB Variations
Color information
#A0909C (or 0xA0909C) is known color: Bouquet. HEX triplet: A0, 90 and 9C. RGB value is (160,144,156). Sum of RGB (Red+Green+Blue) = 160+144+156=460 (60% of max value = 765). Red value is 160 (62.89% from 255 or 34.78% from 460); Green value is 144 (56.64% from 255 or 31.30% from 460); Blue value is 156 (61.33% from 255 or 33.91% from 460); Max value from RGB is 160 - color contains mainly: red. Hex color #A0909C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A0909C is #5F6F63. Grayscale: #969696. Windows color (decimal): -6254436 or 10260640. OLE color: 10260640.
HSL color Cylindrical-coordinate representation of color #A0909C: hue angle of 315º degrees, saturation: 0.08, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #A0909C is Cyan = 0, Magento = 0.1, Yellow = 0.02 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 144 | 156 | - |
| CMYK | 0 | 0.1 | 0.02 | 0.37 |
| HSL | 315º | 0.08% | 0.6% | - |
| HSV(B) | 315º | 0.1% | 0.63% | - |
| XYZ | 30.47 | 29.82 | 35.6 | - |
| YUV | 150.15 | 131.3 | 135.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 144 | 156 | 0 | 0.1 | 0.02 | 0.37 | 315 | 0.08 | 0.6 |
| Hex | A0 | 90 | 9C | 0 | A | 2 | 25 | 13B | 8 | 3C |
| Octal | 240 | 220 | 234 | 0 | 12 | 2 | 45 | 473 | 10 | 74 |
| Binary | 10100000 | 10010000 | 10011100 | 0 | 1010 | 10 | 100101 | 100111011 | 1000 | 111100 |
Color Harmonies of #A0909C
Complementary color
Monochromatic Colors of #A0909C
Black with #A0909C
Text Example
Text Example
White with #A0909C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0909C; }
p { color: rgb(160,144,156); }
H1.HeaderClassName
{
color: #A0909C;
}
.AnyTagClassName
{
color: #A0909C;
}
</style>
background-color css
<style>
a { background-color: #A0909C; }
a { background-color: rgb(160,144,156); }
div.DivClassName
{
background-color: #A0909C;
}
.BgClassName
{
background-color: #A0909C;
}
</style>
border-color css
<style>
span { border-color: #A0909C; }
span { border-color: rgb(160,144,156); }
td.TdClassName
{
border-color: #A0909C;
}
.TagClassName
{
border-color: #A0909C;
}
</style>