Shades of Bouquet #AD819C
Tints of Bouquet #AD819C
RGB
CMYK
RGB Variations
Color information
#AD819C (or 0xAD819C) is known color: Bouquet. HEX triplet: AD, 81 and 9C. RGB value is (173,129,156). Sum of RGB (Red+Green+Blue) = 173+129+156=458 (60% of max value = 765). Red value is 173 (67.97% from 255 or 37.77% from 458); Green value is 129 (50.78% from 255 or 28.17% from 458); Blue value is 156 (61.33% from 255 or 34.06% from 458); Max value from RGB is 173 - color contains mainly: red. Hex color #AD819C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AD819C is #527E63. Grayscale: #919191. Windows color (decimal): -5406308 or 10256813. OLE color: 10256813.
HSL color Cylindrical-coordinate representation of color #AD819C: hue angle of 323.18º degrees, saturation: 0.21, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #AD819C is Cyan = 0, Magento = 0.25, Yellow = 0.10 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 129 | 156 | - |
| CMYK | 0 | 0.25 | 0.10 | 0.32 |
| HSL | 323.18º | 0.21% | 0.59% | - |
| HSV(B) | 323.18º | 0.25% | 0.68% | - |
| XYZ | 31.08 | 26.99 | 35.02 | - |
| YUV | 145.23 | 134.08 | 147.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 129 | 156 | 0 | 0.25 | 0.10 | 0.32 | 323.18 | 0.21 | 0.59 |
| Hex | AD | 81 | 9C | 0 | 19 | A | 20 | 143 | 15 | 3B |
| Octal | 255 | 201 | 234 | 0 | 31 | 12 | 40 | 503 | 25 | 73 |
| Binary | 10101101 | 10000001 | 10011100 | 0 | 11001 | 1010 | 100000 | 101000011 | 10101 | 111011 |
Color Harmonies of #AD819C
Complementary color
Monochromatic Colors of #AD819C
Black with #AD819C
Text Example
Text Example
White with #AD819C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD819C; }
p { color: rgb(173,129,156); }
H1.HeaderClassName
{
color: #AD819C;
}
.AnyTagClassName
{
color: #AD819C;
}
</style>
background-color css
<style>
a { background-color: #AD819C; }
a { background-color: rgb(173,129,156); }
div.DivClassName
{
background-color: #AD819C;
}
.BgClassName
{
background-color: #AD819C;
}
</style>
border-color css
<style>
span { border-color: #AD819C; }
span { border-color: rgb(173,129,156); }
td.TdClassName
{
border-color: #AD819C;
}
.TagClassName
{
border-color: #AD819C;
}
</style>