Shades of Bud #ADAE91
Tints of Bud #ADAE91
RGB
CMYK
RGB Variations
Color information
#ADAE91 (or 0xADAE91) is known color: Bud. HEX triplet: AD, AE and 91. RGB value is (173,174,145). Sum of RGB (Red+Green+Blue) = 173+174+145=492 (65% of max value = 765). Red value is 173 (67.97% from 255 or 35.16% from 492); Green value is 174 (68.36% from 255 or 35.37% from 492); Blue value is 145 (57.03% from 255 or 29.47% from 492); Max value from RGB is 174 - color contains mainly: green. Hex color #ADAE91 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ADAE91 is #52516E. Grayscale: #AAAAAA. Windows color (decimal): -5394799 or 9547437. OLE color: 9547437.
HSL color Cylindrical-coordinate representation of color #ADAE91: hue angle of 62.07º degrees, saturation: 0.15, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #ADAE91 is Cyan = 0.01, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 174 | 145 | - |
| CMYK | 0.01 | 0 | 0.17 | 0.32 |
| HSL | 62.07º | 0.15% | 0.63% | - |
| HSV(B) | 62.07º | 0.17% | 0.68% | - |
| XYZ | 37.48 | 41.2 | 32.77 | - |
| YUV | 170.4 | 113.67 | 129.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 174 | 145 | 0.01 | 0 | 0.17 | 0.32 | 62.07 | 0.15 | 0.63 |
| Hex | AD | AE | 91 | 1 | 0 | 11 | 20 | 3E | F | 3F |
| Octal | 255 | 256 | 221 | 1 | 0 | 21 | 40 | 76 | 17 | 77 |
| Binary | 10101101 | 10101110 | 10010001 | 1 | 0 | 10001 | 100000 | 111110 | 1111 | 111111 |
Color Harmonies of #ADAE91
Complementary color
Monochromatic Colors of #ADAE91
Black with #ADAE91
Text Example
Text Example
White with #ADAE91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADAE91; }
p { color: rgb(173,174,145); }
H1.HeaderClassName
{
color: #ADAE91;
}
.AnyTagClassName
{
color: #ADAE91;
}
</style>
background-color css
<style>
a { background-color: #ADAE91; }
a { background-color: rgb(173,174,145); }
div.DivClassName
{
background-color: #ADAE91;
}
.BgClassName
{
background-color: #ADAE91;
}
</style>
border-color css
<style>
span { border-color: #ADAE91; }
span { border-color: rgb(173,174,145); }
td.TdClassName
{
border-color: #ADAE91;
}
.TagClassName
{
border-color: #ADAE91;
}
</style>