Shades of Bouquet #AD8F9F
Tints of Bouquet #AD8F9F
RGB
CMYK
RGB Variations
Color information
#AD8F9F (or 0xAD8F9F) is known color: Bouquet. HEX triplet: AD, 8F and 9F. RGB value is (173,143,159). Sum of RGB (Red+Green+Blue) = 173+143+159=475 (62% of max value = 765). Red value is 173 (67.97% from 255 or 36.42% from 475); Green value is 143 (56.25% from 255 or 30.11% from 475); Blue value is 159 (62.5% from 255 or 33.47% from 475); Max value from RGB is 173 - color contains mainly: red. Hex color #AD8F9F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AD8F9F is #527060. Grayscale: #999999. Windows color (decimal): -5402721 or 10457005. OLE color: 10457005.
HSL color Cylindrical-coordinate representation of color #AD8F9F: hue angle of 328º 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 #AD8F9F is Cyan = 0, Magento = 0.17, Yellow = 0.08 and Black (K on CMYK) = 0.32.
Color convert
RGB | 173 | 143 | 159 | - |
CMYK | 0 | 0.17 | 0.08 | 0.32 |
HSL | 328º | 0.15% | 0.62% | - |
HSV(B) | 328º | 0.17% | 0.68% | - |
XYZ | 33.31 | 31.03 | 37.03 | - |
YUV | 153.79 | 130.94 | 141.7 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 173 | 143 | 159 | 0 | 0.17 | 0.08 | 0.32 | 328 | 0.15 | 0.62 |
Hex | AD | 8F | 9F | 0 | 11 | 8 | 20 | 148 | F | 3E |
Octal | 255 | 217 | 237 | 0 | 21 | 10 | 40 | 510 | 17 | 76 |
Binary | 10101101 | 10001111 | 10011111 | 0 | 10001 | 1000 | 100000 | 101001000 | 1111 | 111110 |
Color Harmonies of #AD8F9F
Complementary color
Monochromatic Colors of #AD8F9F
Black with #AD8F9F
Text Example
Text Example
White with #AD8F9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD8F9F; }
p { color: rgb(173,143,159); }
H1.HeaderClassName
{
color: #AD8F9F;
}
.AnyTagClassName
{
color: #AD8F9F;
}
</style>
background-color css
<style>
a { background-color: #AD8F9F; }
a { background-color: rgb(173,143,159); }
div.DivClassName
{
background-color: #AD8F9F;
}
.BgClassName
{
background-color: #AD8F9F;
}
</style>
border-color css
<style>
span { border-color: #AD8F9F; }
span { border-color: rgb(173,143,159); }
td.TdClassName
{
border-color: #AD8F9F;
}
.TagClassName
{
border-color: #AD8F9F;
}
</style>