Shades of Bouquet #A2909D
Tints of Bouquet #A2909D
RGB
CMYK
RGB Variations
Color information
#A2909D (or 0xA2909D) is known color: Bouquet. HEX triplet: A2, 90 and 9D. RGB value is (162,144,157). Sum of RGB (Red+Green+Blue) = 162+144+157=463 (61% of max value = 765). Red value is 162 (63.67% from 255 or 34.99% from 463); Green value is 144 (56.64% from 255 or 31.10% from 463); Blue value is 157 (61.72% from 255 or 33.91% from 463); Max value from RGB is 162 - color contains mainly: red. Hex color #A2909D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A2909D is #5D6F62. Grayscale: #969696. Windows color (decimal): -6123363 or 10326178. OLE color: 10326178.
HSL color Cylindrical-coordinate representation of color #A2909D: hue angle of 316.67º degrees, saturation: 0.09, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #A2909D is Cyan = 0, Magento = 0.11, Yellow = 0.03 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 144 | 157 | - |
| CMYK | 0 | 0.11 | 0.03 | 0.36 |
| HSL | 316.67º | 0.09% | 0.6% | - |
| HSV(B) | 316.67º | 0.11% | 0.64% | - |
| XYZ | 30.96 | 30.06 | 36.07 | - |
| YUV | 150.86 | 131.46 | 135.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 144 | 157 | 0 | 0.11 | 0.03 | 0.36 | 316.67 | 0.09 | 0.6 |
| Hex | A2 | 90 | 9D | 0 | B | 3 | 24 | 13D | 9 | 3C |
| Octal | 242 | 220 | 235 | 0 | 13 | 3 | 44 | 475 | 11 | 74 |
| Binary | 10100010 | 10010000 | 10011101 | 0 | 1011 | 11 | 100100 | 100111101 | 1001 | 111100 |
Color Harmonies of #A2909D
Complementary color
Monochromatic Colors of #A2909D
Black with #A2909D
Text Example
Text Example
White with #A2909D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2909D; }
p { color: rgb(162,144,157); }
H1.HeaderClassName
{
color: #A2909D;
}
.AnyTagClassName
{
color: #A2909D;
}
</style>
background-color css
<style>
a { background-color: #A2909D; }
a { background-color: rgb(162,144,157); }
div.DivClassName
{
background-color: #A2909D;
}
.BgClassName
{
background-color: #A2909D;
}
</style>
border-color css
<style>
span { border-color: #A2909D; }
span { border-color: rgb(162,144,157); }
td.TdClassName
{
border-color: #A2909D;
}
.TagClassName
{
border-color: #A2909D;
}
</style>