Shades of Bouquet #AD8B9A
Tints of Bouquet #AD8B9A
RGB
CMYK
RGB Variations
Color information
#AD8B9A (or 0xAD8B9A) is known color: Bouquet. HEX triplet: AD, 8B and 9A. RGB value is (173,139,154). Sum of RGB (Red+Green+Blue) = 173+139+154=466 (61% of max value = 765). Red value is 173 (67.97% from 255 or 37.12% from 466); Green value is 139 (54.69% from 255 or 29.83% from 466); Blue value is 154 (60.55% from 255 or 33.05% from 466); Max value from RGB is 173 - color contains mainly: red. Hex color #AD8B9A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AD8B9A is #527465. Grayscale: #969696. Windows color (decimal): -5403750 or 10128301. OLE color: 10128301.
HSL color Cylindrical-coordinate representation of color #AD8B9A: hue angle of 333.53º degrees, saturation: 0.17, 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 #AD8B9A is Cyan = 0, Magento = 0.20, Yellow = 0.11 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 139 | 154 | - |
| CMYK | 0 | 0.20 | 0.11 | 0.32 |
| HSL | 333.53º | 0.17% | 0.61% | - |
| HSV(B) | 333.53º | 0.2% | 0.68% | - |
| XYZ | 32.3 | 29.68 | 34.6 | - |
| YUV | 150.88 | 129.76 | 143.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 139 | 154 | 0 | 0.20 | 0.11 | 0.32 | 333.53 | 0.17 | 0.61 |
| Hex | AD | 8B | 9A | 0 | 14 | B | 20 | 14E | 11 | 3D |
| Octal | 255 | 213 | 232 | 0 | 24 | 13 | 40 | 516 | 21 | 75 |
| Binary | 10101101 | 10001011 | 10011010 | 0 | 10100 | 1011 | 100000 | 101001110 | 10001 | 111101 |
Color Harmonies of #AD8B9A
Complementary color
Monochromatic Colors of #AD8B9A
Black with #AD8B9A
Text Example
Text Example
White with #AD8B9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD8B9A; }
p { color: rgb(173,139,154); }
H1.HeaderClassName
{
color: #AD8B9A;
}
.AnyTagClassName
{
color: #AD8B9A;
}
</style>
background-color css
<style>
a { background-color: #AD8B9A; }
a { background-color: rgb(173,139,154); }
div.DivClassName
{
background-color: #AD8B9A;
}
.BgClassName
{
background-color: #AD8B9A;
}
</style>
border-color css
<style>
span { border-color: #AD8B9A; }
span { border-color: rgb(173,139,154); }
td.TdClassName
{
border-color: #AD8B9A;
}
.TagClassName
{
border-color: #AD8B9A;
}
</style>