Shades of Bouquet #AD8CA0
Tints of Bouquet #AD8CA0
RGB
CMYK
RGB Variations
Color information
#AD8CA0 (or 0xAD8CA0) is known color: Bouquet. HEX triplet: AD, 8C and A0. RGB value is (173,140,160). Sum of RGB (Red+Green+Blue) = 173+140+160=473 (62% of max value = 765). Red value is 173 (67.97% from 255 or 36.58% from 473); Green value is 140 (55.08% from 255 or 29.60% from 473); Blue value is 160 (62.89% from 255 or 33.83% from 473); Max value from RGB is 173 - color contains mainly: red. Hex color #AD8CA0 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AD8CA0 is #52735F. Grayscale: #989898. Windows color (decimal): -5403488 or 10521773. OLE color: 10521773.
HSL color Cylindrical-coordinate representation of color #AD8CA0: hue angle of 323.64º degrees, saturation: 0.17, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #AD8CA0 is Cyan = 0, Magento = 0.19, Yellow = 0.08 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 140 | 160 | - |
| CMYK | 0 | 0.19 | 0.08 | 0.32 |
| HSL | 323.64º | 0.17% | 0.61% | - |
| HSV(B) | 323.64º | 0.19% | 0.68% | - |
| XYZ | 32.96 | 30.18 | 37.35 | - |
| YUV | 152.15 | 132.43 | 142.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 140 | 160 | 0 | 0.19 | 0.08 | 0.32 | 323.64 | 0.17 | 0.61 |
| Hex | AD | 8C | A0 | 0 | 13 | 8 | 20 | 144 | 11 | 3D |
| Octal | 255 | 214 | 240 | 0 | 23 | 10 | 40 | 504 | 21 | 75 |
| Binary | 10101101 | 10001100 | 10100000 | 0 | 10011 | 1000 | 100000 | 101000100 | 10001 | 111101 |
Color Harmonies of #AD8CA0
Complementary color
Monochromatic Colors of #AD8CA0
Black with #AD8CA0
Text Example
Text Example
White with #AD8CA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD8CA0; }
p { color: rgb(173,140,160); }
H1.HeaderClassName
{
color: #AD8CA0;
}
.AnyTagClassName
{
color: #AD8CA0;
}
</style>
background-color css
<style>
a { background-color: #AD8CA0; }
a { background-color: rgb(173,140,160); }
div.DivClassName
{
background-color: #AD8CA0;
}
.BgClassName
{
background-color: #AD8CA0;
}
</style>
border-color css
<style>
span { border-color: #AD8CA0; }
span { border-color: rgb(173,140,160); }
td.TdClassName
{
border-color: #AD8CA0;
}
.TagClassName
{
border-color: #AD8CA0;
}
</style>