Shades of Bouquet #A1909D
Tints of Bouquet #A1909D
RGB
CMYK
RGB Variations
Color information
#A1909D (or 0xA1909D) is known color: Bouquet. HEX triplet: A1, 90 and 9D. RGB value is (161,144,157). Sum of RGB (Red+Green+Blue) = 161+144+157=462 (61% of max value = 765). Red value is 161 (63.28% from 255 or 34.85% from 462); Green value is 144 (56.64% from 255 or 31.17% from 462); Blue value is 157 (61.72% from 255 or 33.98% from 462); Max value from RGB is 161 - color contains mainly: red. Hex color #A1909D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A1909D is #5E6F62. Grayscale: #969696. Windows color (decimal): -6188899 or 10326177. OLE color: 10326177.
HSL color Cylindrical-coordinate representation of color #A1909D: hue angle of 314.12º 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 #A1909D is Cyan = 0, Magento = 0.11, Yellow = 0.02 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 144 | 157 | - |
| CMYK | 0 | 0.11 | 0.02 | 0.37 |
| HSL | 314.12º | 0.08% | 0.6% | - |
| HSV(B) | 314.12º | 0.11% | 0.63% | - |
| XYZ | 30.76 | 29.96 | 36.06 | - |
| YUV | 150.57 | 131.63 | 135.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 144 | 157 | 0 | 0.11 | 0.02 | 0.37 | 314.12 | 0.08 | 0.6 |
| Hex | A1 | 90 | 9D | 0 | B | 2 | 25 | 13A | 8 | 3C |
| Octal | 241 | 220 | 235 | 0 | 13 | 2 | 45 | 472 | 10 | 74 |
| Binary | 10100001 | 10010000 | 10011101 | 0 | 1011 | 10 | 100101 | 100111010 | 1000 | 111100 |
Color Harmonies of #A1909D
Complementary color
Monochromatic Colors of #A1909D
Black with #A1909D
Text Example
Text Example
White with #A1909D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1909D; }
p { color: rgb(161,144,157); }
H1.HeaderClassName
{
color: #A1909D;
}
.AnyTagClassName
{
color: #A1909D;
}
</style>
background-color css
<style>
a { background-color: #A1909D; }
a { background-color: rgb(161,144,157); }
div.DivClassName
{
background-color: #A1909D;
}
.BgClassName
{
background-color: #A1909D;
}
</style>
border-color css
<style>
span { border-color: #A1909D; }
span { border-color: rgb(161,144,157); }
td.TdClassName
{
border-color: #A1909D;
}
.TagClassName
{
border-color: #A1909D;
}
</style>