Shades of Bud #ADAD8C
Tints of Bud #ADAD8C
RGB
CMYK
RGB Variations
Color information
#ADAD8C (or 0xADAD8C) is known color: Bud. HEX triplet: AD, AD and 8C. RGB value is (173,173,140). Sum of RGB (Red+Green+Blue) = 173+173+140=486 (64% of max value = 765). Red value is 173 (67.97% from 255 or 35.60% from 486); Green value is 173 (67.97% from 255 or 35.60% from 486); Blue value is 140 (55.08% from 255 or 28.81% from 486); Max value from RGB is 173 - color contains mainly: red, green. Hex color #ADAD8C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ADAD8C is #525273. Grayscale: #A9A9A9. Windows color (decimal): -5395060 or 9219501. OLE color: 9219501.
HSL color Cylindrical-coordinate representation of color #ADAD8C: hue angle of 60º degrees, saturation: 0.17, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #ADAD8C is Cyan = 0, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 173 | 140 | - |
| CMYK | 0 | 0 | 0.19 | 0.32 |
| HSL | 60º | 0.17% | 0.61% | - |
| HSV(B) | 60º | 0.19% | 0.68% | - |
| XYZ | 36.91 | 40.66 | 30.71 | - |
| YUV | 169.24 | 111.5 | 130.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 173 | 140 | 0 | 0 | 0.19 | 0.32 | 60 | 0.17 | 0.61 |
| Hex | AD | AD | 8C | 0 | 0 | 13 | 20 | 3C | 11 | 3D |
| Octal | 255 | 255 | 214 | 0 | 0 | 23 | 40 | 74 | 21 | 75 |
| Binary | 10101101 | 10101101 | 10001100 | 0 | 0 | 10011 | 100000 | 111100 | 10001 | 111101 |
Color Harmonies of #ADAD8C
Complementary color
Monochromatic Colors of #ADAD8C
Black with #ADAD8C
Text Example
Text Example
White with #ADAD8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADAD8C; }
p { color: rgb(173,173,140); }
H1.HeaderClassName
{
color: #ADAD8C;
}
.AnyTagClassName
{
color: #ADAD8C;
}
</style>
background-color css
<style>
a { background-color: #ADAD8C; }
a { background-color: rgb(173,173,140); }
div.DivClassName
{
background-color: #ADAD8C;
}
.BgClassName
{
background-color: #ADAD8C;
}
</style>
border-color css
<style>
span { border-color: #ADAD8C; }
span { border-color: rgb(173,173,140); }
td.TdClassName
{
border-color: #ADAD8C;
}
.TagClassName
{
border-color: #ADAD8C;
}
</style>