Shades of Bouquet #AD8A9A
Tints of Bouquet #AD8A9A
RGB
CMYK
RGB Variations
Color information
#AD8A9A (or 0xAD8A9A) is known color: Bouquet. HEX triplet: AD, 8A and 9A. RGB value is (173,138,154). Sum of RGB (Red+Green+Blue) = 173+138+154=465 (61% of max value = 765). Red value is 173 (67.97% from 255 or 37.20% from 465); Green value is 138 (54.30% from 255 or 29.68% from 465); Blue value is 154 (60.55% from 255 or 33.12% from 465); Max value from RGB is 173 - color contains mainly: red. Hex color #AD8A9A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AD8A9A is #527565. Grayscale: #969696. Windows color (decimal): -5404006 or 10128045. OLE color: 10128045.
HSL color Cylindrical-coordinate representation of color #AD8A9A: hue angle of 332.57º 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 #AD8A9A is Cyan = 0, Magento = 0.20, Yellow = 0.11 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 138 | 154 | - |
| CMYK | 0 | 0.20 | 0.11 | 0.32 |
| HSL | 332.57º | 0.18% | 0.61% | - |
| HSV(B) | 332.57º | 0.2% | 0.68% | - |
| XYZ | 32.15 | 29.39 | 34.55 | - |
| YUV | 150.29 | 130.1 | 144.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 138 | 154 | 0 | 0.20 | 0.11 | 0.32 | 332.57 | 0.18 | 0.61 |
| Hex | AD | 8A | 9A | 0 | 14 | B | 20 | 14D | 12 | 3D |
| Octal | 255 | 212 | 232 | 0 | 24 | 13 | 40 | 515 | 22 | 75 |
| Binary | 10101101 | 10001010 | 10011010 | 0 | 10100 | 1011 | 100000 | 101001101 | 10010 | 111101 |
Color Harmonies of #AD8A9A
Complementary color
Monochromatic Colors of #AD8A9A
Black with #AD8A9A
Text Example
Text Example
White with #AD8A9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD8A9A; }
p { color: rgb(173,138,154); }
H1.HeaderClassName
{
color: #AD8A9A;
}
.AnyTagClassName
{
color: #AD8A9A;
}
</style>
background-color css
<style>
a { background-color: #AD8A9A; }
a { background-color: rgb(173,138,154); }
div.DivClassName
{
background-color: #AD8A9A;
}
.BgClassName
{
background-color: #AD8A9A;
}
</style>
border-color css
<style>
span { border-color: #AD8A9A; }
span { border-color: rgb(173,138,154); }
td.TdClassName
{
border-color: #AD8A9A;
}
.TagClassName
{
border-color: #AD8A9A;
}
</style>