Shades of Bouquet #AD8DA0
Tints of Bouquet #AD8DA0
RGB
CMYK
RGB Variations
Color information
#AD8DA0 (or 0xAD8DA0) is known color: Bouquet. HEX triplet: AD, 8D and A0. RGB value is (173,141,160). Sum of RGB (Red+Green+Blue) = 173+141+160=474 (62% of max value = 765). Red value is 173 (67.97% from 255 or 36.50% from 474); Green value is 141 (55.47% from 255 or 29.75% from 474); Blue value is 160 (62.89% from 255 or 33.76% from 474); Max value from RGB is 173 - color contains mainly: red. Hex color #AD8DA0 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AD8DA0 is #52725F. Grayscale: #989898. Windows color (decimal): -5403232 or 10522029. OLE color: 10522029.
HSL color Cylindrical-coordinate representation of color #AD8DA0: hue angle of 324.38º degrees, saturation: 0.16, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #AD8DA0 is Cyan = 0, Magento = 0.18, Yellow = 0.08 and Black (K on CMYK) = 0.32.
Color convert
RGB | 173 | 141 | 160 | - |
CMYK | 0 | 0.18 | 0.08 | 0.32 |
HSL | 324.38º | 0.16% | 0.62% | - |
HSV(B) | 324.38º | 0.18% | 0.68% | - |
XYZ | 33.1 | 30.47 | 37.39 | - |
YUV | 152.73 | 132.1 | 142.46 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 173 | 141 | 160 | 0 | 0.18 | 0.08 | 0.32 | 324.38 | 0.16 | 0.62 |
Hex | AD | 8D | A0 | 0 | 12 | 8 | 20 | 144 | 10 | 3E |
Octal | 255 | 215 | 240 | 0 | 22 | 10 | 40 | 504 | 20 | 76 |
Binary | 10101101 | 10001101 | 10100000 | 0 | 10010 | 1000 | 100000 | 101000100 | 10000 | 111110 |
Color Harmonies of #AD8DA0
Complementary color
Monochromatic Colors of #AD8DA0
Black with #AD8DA0
Text Example
Text Example
White with #AD8DA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD8DA0; }
p { color: rgb(173,141,160); }
H1.HeaderClassName
{
color: #AD8DA0;
}
.AnyTagClassName
{
color: #AD8DA0;
}
</style>
background-color css
<style>
a { background-color: #AD8DA0; }
a { background-color: rgb(173,141,160); }
div.DivClassName
{
background-color: #AD8DA0;
}
.BgClassName
{
background-color: #AD8DA0;
}
</style>
border-color css
<style>
span { border-color: #AD8DA0; }
span { border-color: rgb(173,141,160); }
td.TdClassName
{
border-color: #AD8DA0;
}
.TagClassName
{
border-color: #AD8DA0;
}
</style>