Shades of Bud #ADAE8C
Tints of Bud #ADAE8C
RGB
CMYK
RGB Variations
Color information
#ADAE8C (or 0xADAE8C) is known color: Bud. HEX triplet: AD, AE and 8C. RGB value is (173,174,140). Sum of RGB (Red+Green+Blue) = 173+174+140=487 (64% of max value = 765). Red value is 173 (67.97% from 255 or 35.52% from 487); Green value is 174 (68.36% from 255 or 35.73% from 487); Blue value is 140 (55.08% from 255 or 28.75% from 487); Max value from RGB is 174 - color contains mainly: green. Hex color #ADAE8C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ADAE8C is #525173. Grayscale: #A9A9A9. Windows color (decimal): -5394804 or 9219757. OLE color: 9219757.
HSL color Cylindrical-coordinate representation of color #ADAE8C: hue angle of 61.76º degrees, saturation: 0.17, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #ADAE8C is Cyan = 0.01, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 174 | 140 | - |
| CMYK | 0.01 | 0 | 0.20 | 0.32 |
| HSL | 61.76º | 0.17% | 0.62% | - |
| HSV(B) | 61.76º | 0.2% | 0.68% | - |
| XYZ | 37.1 | 41.05 | 30.78 | - |
| YUV | 169.83 | 111.17 | 130.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 174 | 140 | 0.01 | 0 | 0.20 | 0.32 | 61.76 | 0.17 | 0.62 |
| Hex | AD | AE | 8C | 1 | 0 | 14 | 20 | 3E | 11 | 3E |
| Octal | 255 | 256 | 214 | 1 | 0 | 24 | 40 | 76 | 21 | 76 |
| Binary | 10101101 | 10101110 | 10001100 | 1 | 0 | 10100 | 100000 | 111110 | 10001 | 111110 |
Color Harmonies of #ADAE8C
Complementary color
Monochromatic Colors of #ADAE8C
Black with #ADAE8C
Text Example
Text Example
White with #ADAE8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADAE8C; }
p { color: rgb(173,174,140); }
H1.HeaderClassName
{
color: #ADAE8C;
}
.AnyTagClassName
{
color: #ADAE8C;
}
</style>
background-color css
<style>
a { background-color: #ADAE8C; }
a { background-color: rgb(173,174,140); }
div.DivClassName
{
background-color: #ADAE8C;
}
.BgClassName
{
background-color: #ADAE8C;
}
</style>
border-color css
<style>
span { border-color: #ADAE8C; }
span { border-color: rgb(173,174,140); }
td.TdClassName
{
border-color: #ADAE8C;
}
.TagClassName
{
border-color: #ADAE8C;
}
</style>