Shades of Bouquet #A1909C
Tints of Bouquet #A1909C
RGB
CMYK
RGB Variations
Color information
#A1909C (or 0xA1909C) is known color: Bouquet. HEX triplet: A1, 90 and 9C. RGB value is (161,144,156). Sum of RGB (Red+Green+Blue) = 161+144+156=461 (61% of max value = 765). Red value is 161 (63.28% from 255 or 34.92% from 461); Green value is 144 (56.64% from 255 or 31.24% from 461); Blue value is 156 (61.33% from 255 or 33.84% from 461); Max value from RGB is 161 - color contains mainly: red. Hex color #A1909C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A1909C is #5E6F63. Grayscale: #969696. Windows color (decimal): -6188900 or 10260641. OLE color: 10260641.
HSL color Cylindrical-coordinate representation of color #A1909C: hue angle of 317.65º degrees, saturation: 0.08, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #A1909C is Cyan = 0, Magento = 0.11, Yellow = 0.03 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 144 | 156 | - |
| CMYK | 0 | 0.11 | 0.03 | 0.37 |
| HSL | 317.65º | 0.08% | 0.6% | - |
| HSV(B) | 317.65º | 0.11% | 0.63% | - |
| XYZ | 30.67 | 29.92 | 35.61 | - |
| YUV | 150.45 | 131.13 | 135.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 144 | 156 | 0 | 0.11 | 0.03 | 0.37 | 317.65 | 0.08 | 0.6 |
| Hex | A1 | 90 | 9C | 0 | B | 3 | 25 | 13E | 8 | 3C |
| Octal | 241 | 220 | 234 | 0 | 13 | 3 | 45 | 476 | 10 | 74 |
| Binary | 10100001 | 10010000 | 10011100 | 0 | 1011 | 11 | 100101 | 100111110 | 1000 | 111100 |
Color Harmonies of #A1909C
Complementary color
Monochromatic Colors of #A1909C
Black with #A1909C
Text Example
Text Example
White with #A1909C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1909C; }
p { color: rgb(161,144,156); }
H1.HeaderClassName
{
color: #A1909C;
}
.AnyTagClassName
{
color: #A1909C;
}
</style>
background-color css
<style>
a { background-color: #A1909C; }
a { background-color: rgb(161,144,156); }
div.DivClassName
{
background-color: #A1909C;
}
.BgClassName
{
background-color: #A1909C;
}
</style>
border-color css
<style>
span { border-color: #A1909C; }
span { border-color: rgb(161,144,156); }
td.TdClassName
{
border-color: #A1909C;
}
.TagClassName
{
border-color: #A1909C;
}
</style>