Shades of Bouquet #AD92A3
Tints of Bouquet #AD92A3
RGB
CMYK
RGB Variations
Color information
#AD92A3 (or 0xAD92A3) is known color: Bouquet. HEX triplet: AD, 92 and A3. RGB value is (173,146,163). Sum of RGB (Red+Green+Blue) = 173+146+163=482 (63% of max value = 765). Red value is 173 (67.97% from 255 or 35.89% from 482); Green value is 146 (57.42% from 255 or 30.29% from 482); Blue value is 163 (64.06% from 255 or 33.82% from 482); Max value from RGB is 173 - color contains mainly: red. Hex color #AD92A3 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AD92A3 is #526D5C. Grayscale: #9B9B9B. Windows color (decimal): -5401949 or 10719917. OLE color: 10719917.
HSL color Cylindrical-coordinate representation of color #AD92A3: hue angle of 322.22º degrees, saturation: 0.14, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #AD92A3 is Cyan = 0, Magento = 0.16, Yellow = 0.06 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 146 | 163 | - |
| CMYK | 0 | 0.16 | 0.06 | 0.32 |
| HSL | 322.22º | 0.14% | 0.63% | - |
| HSV(B) | 322.22º | 0.16% | 0.68% | - |
| XYZ | 34.12 | 32.09 | 39.05 | - |
| YUV | 156.01 | 131.95 | 140.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 146 | 163 | 0 | 0.16 | 0.06 | 0.32 | 322.22 | 0.14 | 0.63 |
| Hex | AD | 92 | A3 | 0 | 10 | 6 | 20 | 142 | E | 3F |
| Octal | 255 | 222 | 243 | 0 | 20 | 6 | 40 | 502 | 16 | 77 |
| Binary | 10101101 | 10010010 | 10100011 | 0 | 10000 | 110 | 100000 | 101000010 | 1110 | 111111 |
Color Harmonies of #AD92A3
Complementary color
Monochromatic Colors of #AD92A3
Black with #AD92A3
Text Example
Text Example
White with #AD92A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD92A3; }
p { color: rgb(173,146,163); }
H1.HeaderClassName
{
color: #AD92A3;
}
.AnyTagClassName
{
color: #AD92A3;
}
</style>
background-color css
<style>
a { background-color: #AD92A3; }
a { background-color: rgb(173,146,163); }
div.DivClassName
{
background-color: #AD92A3;
}
.BgClassName
{
background-color: #AD92A3;
}
</style>
border-color css
<style>
span { border-color: #AD92A3; }
span { border-color: rgb(173,146,163); }
td.TdClassName
{
border-color: #AD92A3;
}
.TagClassName
{
border-color: #AD92A3;
}
</style>