Shades of Bouquet #AD6B90
Tints of Bouquet #AD6B90
RGB
CMYK
RGB Variations
Color information
#AD6B90 (or 0xAD6B90) is known color: Bouquet. HEX triplet: AD, 6B and 90. RGB value is (173,107,144). Sum of RGB (Red+Green+Blue) = 173+107+144=424 (56% of max value = 765). Red value is 173 (67.97% from 255 or 40.80% from 424); Green value is 107 (42.19% from 255 or 25.24% from 424); Blue value is 144 (56.64% from 255 or 33.96% from 424); Max value from RGB is 173 - color contains mainly: red. Hex color #AD6B90 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AD6B90 is #52946F. Grayscale: #828282. Windows color (decimal): -5411952 or 9464749. OLE color: 9464749.
HSL color Cylindrical-coordinate representation of color #AD6B90: hue angle of 326.36º degrees, saturation: 0.29, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #AD6B90 is Cyan = 0, Magento = 0.38, Yellow = 0.17 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 107 | 144 | - |
| CMYK | 0 | 0.38 | 0.17 | 0.32 |
| HSL | 326.36º | 0.29% | 0.55% | - |
| HSV(B) | 326.36º | 0.38% | 0.68% | - |
| XYZ | 27.53 | 21.41 | 29.07 | - |
| YUV | 130.95 | 135.37 | 157.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 107 | 144 | 0 | 0.38 | 0.17 | 0.32 | 326.36 | 0.29 | 0.55 |
| Hex | AD | 6B | 90 | 0 | 26 | 11 | 20 | 146 | 1D | 37 |
| Octal | 255 | 153 | 220 | 0 | 46 | 21 | 40 | 506 | 35 | 67 |
| Binary | 10101101 | 1101011 | 10010000 | 0 | 100110 | 10001 | 100000 | 101000110 | 11101 | 110111 |
Color Harmonies of #AD6B90
Complementary color
Monochromatic Colors of #AD6B90
Black with #AD6B90
Text Example
Text Example
White with #AD6B90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD6B90; }
p { color: rgb(173,107,144); }
H1.HeaderClassName
{
color: #AD6B90;
}
.AnyTagClassName
{
color: #AD6B90;
}
</style>
background-color css
<style>
a { background-color: #AD6B90; }
a { background-color: rgb(173,107,144); }
div.DivClassName
{
background-color: #AD6B90;
}
.BgClassName
{
background-color: #AD6B90;
}
</style>
border-color css
<style>
span { border-color: #AD6B90; }
span { border-color: rgb(173,107,144); }
td.TdClassName
{
border-color: #AD6B90;
}
.TagClassName
{
border-color: #AD6B90;
}
</style>