Shades of Bouquet #AD90A2
Tints of Bouquet #AD90A2
RGB
CMYK
RGB Variations
Color information
#AD90A2 (or 0xAD90A2) is known color: Bouquet. HEX triplet: AD, 90 and A2. RGB value is (173,144,162). Sum of RGB (Red+Green+Blue) = 173+144+162=479 (63% of max value = 765). Red value is 173 (67.97% from 255 or 36.12% from 479); Green value is 144 (56.64% from 255 or 30.06% from 479); Blue value is 162 (63.67% from 255 or 33.82% from 479); Max value from RGB is 173 - color contains mainly: red. Hex color #AD90A2 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AD90A2 is #526F5D. Grayscale: #9A9A9A. Windows color (decimal): -5402462 or 10653869. OLE color: 10653869.
HSL color Cylindrical-coordinate representation of color #AD90A2: hue angle of 322.76º degrees, saturation: 0.15, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #AD90A2 is Cyan = 0, Magento = 0.17, Yellow = 0.06 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 144 | 162 | - |
| CMYK | 0 | 0.17 | 0.06 | 0.32 |
| HSL | 322.76º | 0.15% | 0.62% | - |
| HSV(B) | 322.76º | 0.17% | 0.68% | - |
| XYZ | 33.73 | 31.44 | 38.47 | - |
| YUV | 154.72 | 132.11 | 141.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 144 | 162 | 0 | 0.17 | 0.06 | 0.32 | 322.76 | 0.15 | 0.62 |
| Hex | AD | 90 | A2 | 0 | 11 | 6 | 20 | 143 | F | 3E |
| Octal | 255 | 220 | 242 | 0 | 21 | 6 | 40 | 503 | 17 | 76 |
| Binary | 10101101 | 10010000 | 10100010 | 0 | 10001 | 110 | 100000 | 101000011 | 1111 | 111110 |
Color Harmonies of #AD90A2
Complementary color
Monochromatic Colors of #AD90A2
Black with #AD90A2
Text Example
Text Example
White with #AD90A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD90A2; }
p { color: rgb(173,144,162); }
H1.HeaderClassName
{
color: #AD90A2;
}
.AnyTagClassName
{
color: #AD90A2;
}
</style>
background-color css
<style>
a { background-color: #AD90A2; }
a { background-color: rgb(173,144,162); }
div.DivClassName
{
background-color: #AD90A2;
}
.BgClassName
{
background-color: #AD90A2;
}
</style>
border-color css
<style>
span { border-color: #AD90A2; }
span { border-color: rgb(173,144,162); }
td.TdClassName
{
border-color: #AD90A2;
}
.TagClassName
{
border-color: #AD90A2;
}
</style>