Shades of Bud #ADAE89
Tints of Bud #ADAE89
RGB
CMYK
RGB Variations
Color information
#ADAE89 (or 0xADAE89) is known color: Bud. HEX triplet: AD, AE and 89. RGB value is (173,174,137). Sum of RGB (Red+Green+Blue) = 173+174+137=484 (64% of max value = 765). Red value is 173 (67.97% from 255 or 35.74% from 484); Green value is 174 (68.36% from 255 or 35.95% from 484); Blue value is 137 (53.91% from 255 or 28.31% from 484); Max value from RGB is 174 - color contains mainly: green. Hex color #ADAE89 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ADAE89 is #525176. Grayscale: #A9A9A9. Windows color (decimal): -5394807 or 9023149. OLE color: 9023149.
HSL color Cylindrical-coordinate representation of color #ADAE89: hue angle of 61.62º degrees, saturation: 0.19, 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 #ADAE89 is Cyan = 0.01, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 174 | 137 | - |
| CMYK | 0.01 | 0 | 0.21 | 0.32 |
| HSL | 61.62º | 0.19% | 0.61% | - |
| HSV(B) | 61.62º | 0.21% | 0.68% | - |
| XYZ | 36.88 | 40.96 | 29.63 | - |
| YUV | 169.48 | 109.67 | 130.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 174 | 137 | 0.01 | 0 | 0.21 | 0.32 | 61.62 | 0.19 | 0.61 |
| Hex | AD | AE | 89 | 1 | 0 | 15 | 20 | 3E | 13 | 3D |
| Octal | 255 | 256 | 211 | 1 | 0 | 25 | 40 | 76 | 23 | 75 |
| Binary | 10101101 | 10101110 | 10001001 | 1 | 0 | 10101 | 100000 | 111110 | 10011 | 111101 |
Color Harmonies of #ADAE89
Complementary color
Monochromatic Colors of #ADAE89
Black with #ADAE89
Text Example
Text Example
White with #ADAE89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADAE89; }
p { color: rgb(173,174,137); }
H1.HeaderClassName
{
color: #ADAE89;
}
.AnyTagClassName
{
color: #ADAE89;
}
</style>
background-color css
<style>
a { background-color: #ADAE89; }
a { background-color: rgb(173,174,137); }
div.DivClassName
{
background-color: #ADAE89;
}
.BgClassName
{
background-color: #ADAE89;
}
</style>
border-color css
<style>
span { border-color: #ADAE89; }
span { border-color: rgb(173,174,137); }
td.TdClassName
{
border-color: #ADAE89;
}
.TagClassName
{
border-color: #ADAE89;
}
</style>