Shades of Bouquet #AD6A90
Tints of Bouquet #AD6A90
RGB
CMYK
RGB Variations
Color information
#AD6A90 (or 0xAD6A90) is known color: Bouquet. HEX triplet: AD, 6A and 90. RGB value is (173,106,144). Sum of RGB (Red+Green+Blue) = 173+106+144=423 (56% of max value = 765). Red value is 173 (67.97% from 255 or 40.90% from 423); Green value is 106 (41.80% from 255 or 25.06% from 423); Blue value is 144 (56.64% from 255 or 34.04% from 423); Max value from RGB is 173 - color contains mainly: red. Hex color #AD6A90 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AD6A90 is #52956F. Grayscale: #828282. Windows color (decimal): -5412208 or 9464493. OLE color: 9464493.
HSL color Cylindrical-coordinate representation of color #AD6A90: hue angle of 325.97º degrees, saturation: 0.29, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #AD6A90 is Cyan = 0, Magento = 0.39, Yellow = 0.17 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 106 | 144 | - |
| CMYK | 0 | 0.39 | 0.17 | 0.32 |
| HSL | 325.97º | 0.29% | 0.55% | - |
| HSV(B) | 325.97º | 0.39% | 0.68% | - |
| XYZ | 27.42 | 21.21 | 29.03 | - |
| YUV | 130.37 | 135.7 | 158.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 106 | 144 | 0 | 0.39 | 0.17 | 0.32 | 325.97 | 0.29 | 0.55 |
| Hex | AD | 6A | 90 | 0 | 27 | 11 | 20 | 146 | 1D | 37 |
| Octal | 255 | 152 | 220 | 0 | 47 | 21 | 40 | 506 | 35 | 67 |
| Binary | 10101101 | 1101010 | 10010000 | 0 | 100111 | 10001 | 100000 | 101000110 | 11101 | 110111 |
Color Harmonies of #AD6A90
Complementary color
Monochromatic Colors of #AD6A90
Black with #AD6A90
Text Example
Text Example
White with #AD6A90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD6A90; }
p { color: rgb(173,106,144); }
H1.HeaderClassName
{
color: #AD6A90;
}
.AnyTagClassName
{
color: #AD6A90;
}
</style>
background-color css
<style>
a { background-color: #AD6A90; }
a { background-color: rgb(173,106,144); }
div.DivClassName
{
background-color: #AD6A90;
}
.BgClassName
{
background-color: #AD6A90;
}
</style>
border-color css
<style>
span { border-color: #AD6A90; }
span { border-color: rgb(173,106,144); }
td.TdClassName
{
border-color: #AD6A90;
}
.TagClassName
{
border-color: #AD6A90;
}
</style>