Shades of Bud #ADAD8D
Tints of Bud #ADAD8D
RGB
CMYK
RGB Variations
Color information
#ADAD8D (or 0xADAD8D) is known color: Bud. HEX triplet: AD, AD and 8D. RGB value is (173,173,141). Sum of RGB (Red+Green+Blue) = 173+173+141=487 (64% of max value = 765). Red value is 173 (67.97% from 255 or 35.52% from 487); Green value is 173 (67.97% from 255 or 35.52% from 487); Blue value is 141 (55.47% from 255 or 28.95% from 487); Max value from RGB is 173 - color contains mainly: red, green. Hex color #ADAD8D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ADAD8D is #525272. Grayscale: #A9A9A9. Windows color (decimal): -5395059 or 9285037. OLE color: 9285037.
HSL color Cylindrical-coordinate representation of color #ADAD8D: hue angle of 60º degrees, saturation: 0.16, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #ADAD8D is Cyan = 0, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.32.
Color convert
RGB | 173 | 173 | 141 | - |
CMYK | 0 | 0 | 0.18 | 0.32 |
HSL | 60º | 0.16% | 0.62% | - |
HSV(B) | 60º | 0.18% | 0.68% | - |
XYZ | 36.98 | 40.69 | 31.1 | - |
YUV | 169.35 | 112 | 130.6 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 173 | 173 | 141 | 0 | 0 | 0.18 | 0.32 | 60 | 0.16 | 0.62 |
Hex | AD | AD | 8D | 0 | 0 | 12 | 20 | 3C | 10 | 3E |
Octal | 255 | 255 | 215 | 0 | 0 | 22 | 40 | 74 | 20 | 76 |
Binary | 10101101 | 10101101 | 10001101 | 0 | 0 | 10010 | 100000 | 111100 | 10000 | 111110 |
Color Harmonies of #ADAD8D
Complementary color
Monochromatic Colors of #ADAD8D
Black with #ADAD8D
Text Example
Text Example
White with #ADAD8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADAD8D; }
p { color: rgb(173,173,141); }
H1.HeaderClassName
{
color: #ADAD8D;
}
.AnyTagClassName
{
color: #ADAD8D;
}
</style>
background-color css
<style>
a { background-color: #ADAD8D; }
a { background-color: rgb(173,173,141); }
div.DivClassName
{
background-color: #ADAD8D;
}
.BgClassName
{
background-color: #ADAD8D;
}
</style>
border-color css
<style>
span { border-color: #ADAD8D; }
span { border-color: rgb(173,173,141); }
td.TdClassName
{
border-color: #ADAD8D;
}
.TagClassName
{
border-color: #ADAD8D;
}
</style>