Shades of Bouquet #AD7492
Tints of Bouquet #AD7492
RGB
CMYK
RGB Variations
Color information
#AD7492 (or 0xAD7492) is known color: Bouquet. HEX triplet: AD, 74 and 92. RGB value is (173,116,146). Sum of RGB (Red+Green+Blue) = 173+116+146=435 (57% of max value = 765). Red value is 173 (67.97% from 255 or 39.77% from 435); Green value is 116 (45.70% from 255 or 26.67% from 435); Blue value is 146 (57.42% from 255 or 33.56% from 435); Max value from RGB is 173 - color contains mainly: red. Hex color #AD7492 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AD7492 is #528B6D. Grayscale: #888888. Windows color (decimal): -5409646 or 9598125. OLE color: 9598125.
HSL color Cylindrical-coordinate representation of color #AD7492: hue angle of 328.42º degrees, saturation: 0.26, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #AD7492 is Cyan = 0, Magento = 0.33, Yellow = 0.16 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 116 | 146 | - |
| CMYK | 0 | 0.33 | 0.16 | 0.32 |
| HSL | 328.42º | 0.26% | 0.57% | - |
| HSV(B) | 328.42º | 0.33% | 0.68% | - |
| XYZ | 28.67 | 23.45 | 30.21 | - |
| YUV | 136.46 | 133.38 | 154.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 116 | 146 | 0 | 0.33 | 0.16 | 0.32 | 328.42 | 0.26 | 0.57 |
| Hex | AD | 74 | 92 | 0 | 21 | 10 | 20 | 148 | 1A | 39 |
| Octal | 255 | 164 | 222 | 0 | 41 | 20 | 40 | 510 | 32 | 71 |
| Binary | 10101101 | 1110100 | 10010010 | 0 | 100001 | 10000 | 100000 | 101001000 | 11010 | 111001 |
Color Harmonies of #AD7492
Complementary color
Monochromatic Colors of #AD7492
Black with #AD7492
Text Example
Text Example
White with #AD7492
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD7492; }
p { color: rgb(173,116,146); }
H1.HeaderClassName
{
color: #AD7492;
}
.AnyTagClassName
{
color: #AD7492;
}
</style>
background-color css
<style>
a { background-color: #AD7492; }
a { background-color: rgb(173,116,146); }
div.DivClassName
{
background-color: #AD7492;
}
.BgClassName
{
background-color: #AD7492;
}
</style>
border-color css
<style>
span { border-color: #AD7492; }
span { border-color: rgb(173,116,146); }
td.TdClassName
{
border-color: #AD7492;
}
.TagClassName
{
border-color: #AD7492;
}
</style>