Shades of Bud #ADB48D
Tints of Bud #ADB48D
RGB
CMYK
RGB Variations
Color information
#ADB48D (or 0xADB48D) is known color: Bud. HEX triplet: AD, B4 and 8D. RGB value is (173,180,141). Sum of RGB (Red+Green+Blue) = 173+180+141=494 (65% of max value = 765). Red value is 173 (67.97% from 255 or 35.02% from 494); Green value is 180 (70.70% from 255 or 36.44% from 494); Blue value is 141 (55.47% from 255 or 28.54% from 494); Max value from RGB is 180 - color contains mainly: green. Hex color #ADB48D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADB48D is #524B72. Grayscale: #ADADAD. Windows color (decimal): -5393267 or 9286829. OLE color: 9286829.
HSL color Cylindrical-coordinate representation of color #ADB48D: hue angle of 70.77º degrees, saturation: 0.21, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #ADB48D is Cyan = 0.04, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 173 | 180 | 141 | - |
| CMYK | 0.04 | 0 | 0.22 | 0.29 |
| HSL | 70.77º | 0.21% | 0.63% | - |
| HSV(B) | 70.77º | 0.22% | 0.71% | - |
| XYZ | 38.36 | 43.45 | 31.56 | - |
| YUV | 173.46 | 109.68 | 127.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 180 | 141 | 0.04 | 0 | 0.22 | 0.29 | 70.77 | 0.21 | 0.63 |
| Hex | AD | B4 | 8D | 4 | 0 | 16 | 1D | 47 | 15 | 3F |
| Octal | 255 | 264 | 215 | 4 | 0 | 26 | 35 | 107 | 25 | 77 |
| Binary | 10101101 | 10110100 | 10001101 | 100 | 0 | 10110 | 11101 | 1000111 | 10101 | 111111 |
Color Harmonies of #ADB48D
Complementary color
Monochromatic Colors of #ADB48D
Black with #ADB48D
Text Example
Text Example
White with #ADB48D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADB48D; }
p { color: rgb(173,180,141); }
H1.HeaderClassName
{
color: #ADB48D;
}
.AnyTagClassName
{
color: #ADB48D;
}
</style>
background-color css
<style>
a { background-color: #ADB48D; }
a { background-color: rgb(173,180,141); }
div.DivClassName
{
background-color: #ADB48D;
}
.BgClassName
{
background-color: #ADB48D;
}
</style>
border-color css
<style>
span { border-color: #ADB48D; }
span { border-color: rgb(173,180,141); }
td.TdClassName
{
border-color: #ADB48D;
}
.TagClassName
{
border-color: #ADB48D;
}
</style>