Shades of Bouquet #AD8FA0
Tints of Bouquet #AD8FA0
RGB
CMYK
RGB Variations
Color information
#AD8FA0 (or 0xAD8FA0) is known color: Bouquet. HEX triplet: AD, 8F and A0. RGB value is (173,143,160). Sum of RGB (Red+Green+Blue) = 173+143+160=476 (63% of max value = 765). Red value is 173 (67.97% from 255 or 36.34% from 476); Green value is 143 (56.25% from 255 or 30.04% from 476); Blue value is 160 (62.89% from 255 or 33.61% from 476); Max value from RGB is 173 - color contains mainly: red. Hex color #AD8FA0 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AD8FA0 is #52705F. Grayscale: #999999. Windows color (decimal): -5402720 or 10522541. OLE color: 10522541.
HSL color Cylindrical-coordinate representation of color #AD8FA0: hue angle of 326º 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 #AD8FA0 is Cyan = 0, Magento = 0.17, Yellow = 0.08 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 143 | 160 | - |
| CMYK | 0 | 0.17 | 0.08 | 0.32 |
| HSL | 326º | 0.15% | 0.62% | - |
| HSV(B) | 326º | 0.17% | 0.68% | - |
| XYZ | 33.4 | 31.07 | 37.49 | - |
| YUV | 153.91 | 131.44 | 141.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 143 | 160 | 0 | 0.17 | 0.08 | 0.32 | 326 | 0.15 | 0.62 |
| Hex | AD | 8F | A0 | 0 | 11 | 8 | 20 | 146 | F | 3E |
| Octal | 255 | 217 | 240 | 0 | 21 | 10 | 40 | 506 | 17 | 76 |
| Binary | 10101101 | 10001111 | 10100000 | 0 | 10001 | 1000 | 100000 | 101000110 | 1111 | 111110 |
Color Harmonies of #AD8FA0
Complementary color
Monochromatic Colors of #AD8FA0
Black with #AD8FA0
Text Example
Text Example
White with #AD8FA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD8FA0; }
p { color: rgb(173,143,160); }
H1.HeaderClassName
{
color: #AD8FA0;
}
.AnyTagClassName
{
color: #AD8FA0;
}
</style>
background-color css
<style>
a { background-color: #AD8FA0; }
a { background-color: rgb(173,143,160); }
div.DivClassName
{
background-color: #AD8FA0;
}
.BgClassName
{
background-color: #AD8FA0;
}
</style>
border-color css
<style>
span { border-color: #AD8FA0; }
span { border-color: rgb(173,143,160); }
td.TdClassName
{
border-color: #AD8FA0;
}
.TagClassName
{
border-color: #AD8FA0;
}
</style>