Shades of Bouquet #AD899A
Tints of Bouquet #AD899A
RGB
CMYK
RGB Variations
Color information
#AD899A (or 0xAD899A) is known color: Bouquet. HEX triplet: AD, 89 and 9A. RGB value is (173,137,154). Sum of RGB (Red+Green+Blue) = 173+137+154=464 (61% of max value = 765). Red value is 173 (67.97% from 255 or 37.28% from 464); Green value is 137 (53.91% from 255 or 29.53% from 464); Blue value is 154 (60.55% from 255 or 33.19% from 464); Max value from RGB is 173 - color contains mainly: red. Hex color #AD899A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AD899A is #527665. Grayscale: #959595. Windows color (decimal): -5404262 or 10127789. OLE color: 10127789.
HSL color Cylindrical-coordinate representation of color #AD899A: hue angle of 331.67º degrees, saturation: 0.18, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #AD899A is Cyan = 0, Magento = 0.21, Yellow = 0.11 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 137 | 154 | - |
| CMYK | 0 | 0.21 | 0.11 | 0.32 |
| HSL | 331.67º | 0.18% | 0.61% | - |
| HSV(B) | 331.67º | 0.21% | 0.68% | - |
| XYZ | 32.01 | 29.11 | 34.5 | - |
| YUV | 149.7 | 130.43 | 144.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 137 | 154 | 0 | 0.21 | 0.11 | 0.32 | 331.67 | 0.18 | 0.61 |
| Hex | AD | 89 | 9A | 0 | 15 | B | 20 | 14C | 12 | 3D |
| Octal | 255 | 211 | 232 | 0 | 25 | 13 | 40 | 514 | 22 | 75 |
| Binary | 10101101 | 10001001 | 10011010 | 0 | 10101 | 1011 | 100000 | 101001100 | 10010 | 111101 |
Color Harmonies of #AD899A
Complementary color
Monochromatic Colors of #AD899A
Black with #AD899A
Text Example
Text Example
White with #AD899A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD899A; }
p { color: rgb(173,137,154); }
H1.HeaderClassName
{
color: #AD899A;
}
.AnyTagClassName
{
color: #AD899A;
}
</style>
background-color css
<style>
a { background-color: #AD899A; }
a { background-color: rgb(173,137,154); }
div.DivClassName
{
background-color: #AD899A;
}
.BgClassName
{
background-color: #AD899A;
}
</style>
border-color css
<style>
span { border-color: #AD899A; }
span { border-color: rgb(173,137,154); }
td.TdClassName
{
border-color: #AD899A;
}
.TagClassName
{
border-color: #AD899A;
}
</style>