Shades of Bouquet #AD8A99
Tints of Bouquet #AD8A99
RGB
CMYK
RGB Variations
Color information
#AD8A99 (or 0xAD8A99) is known color: Bouquet. HEX triplet: AD, 8A and 99. RGB value is (173,138,153). Sum of RGB (Red+Green+Blue) = 173+138+153=464 (61% of max value = 765). Red value is 173 (67.97% from 255 or 37.28% from 464); Green value is 138 (54.30% from 255 or 29.74% from 464); Blue value is 153 (60.16% from 255 or 32.97% from 464); Max value from RGB is 173 - color contains mainly: red. Hex color #AD8A99 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AD8A99 is #527566. Grayscale: #969696. Windows color (decimal): -5404007 or 10062509. OLE color: 10062509.
HSL color Cylindrical-coordinate representation of color #AD8A99: hue angle of 334.29º degrees, saturation: 0.18, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #AD8A99 is Cyan = 0, Magento = 0.20, Yellow = 0.12 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 138 | 153 | - |
| CMYK | 0 | 0.20 | 0.12 | 0.32 |
| HSL | 334.29º | 0.18% | 0.61% | - |
| HSV(B) | 334.29º | 0.2% | 0.68% | - |
| XYZ | 32.07 | 29.36 | 34.11 | - |
| YUV | 150.18 | 129.6 | 144.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 138 | 153 | 0 | 0.20 | 0.12 | 0.32 | 334.29 | 0.18 | 0.61 |
| Hex | AD | 8A | 99 | 0 | 14 | C | 20 | 14E | 12 | 3D |
| Octal | 255 | 212 | 231 | 0 | 24 | 14 | 40 | 516 | 22 | 75 |
| Binary | 10101101 | 10001010 | 10011001 | 0 | 10100 | 1100 | 100000 | 101001110 | 10010 | 111101 |
Color Harmonies of #AD8A99
Complementary color
Monochromatic Colors of #AD8A99
Black with #AD8A99
Text Example
Text Example
White with #AD8A99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD8A99; }
p { color: rgb(173,138,153); }
H1.HeaderClassName
{
color: #AD8A99;
}
.AnyTagClassName
{
color: #AD8A99;
}
</style>
background-color css
<style>
a { background-color: #AD8A99; }
a { background-color: rgb(173,138,153); }
div.DivClassName
{
background-color: #AD8A99;
}
.BgClassName
{
background-color: #AD8A99;
}
</style>
border-color css
<style>
span { border-color: #AD8A99; }
span { border-color: rgb(173,138,153); }
td.TdClassName
{
border-color: #AD8A99;
}
.TagClassName
{
border-color: #AD8A99;
}
</style>