Shades of Bud #ADB38D
Tints of Bud #ADB38D
RGB
CMYK
RGB Variations
Color information
#ADB38D (or 0xADB38D) is known color: Bud. HEX triplet: AD, B3 and 8D. RGB value is (173,179,141). Sum of RGB (Red+Green+Blue) = 173+179+141=493 (65% of max value = 765). Red value is 173 (67.97% from 255 or 35.09% from 493); Green value is 179 (70.31% from 255 or 36.31% from 493); Blue value is 141 (55.47% from 255 or 28.60% from 493); Max value from RGB is 179 - color contains mainly: green. Hex color #ADB38D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADB38D is #524C72. Grayscale: #ADADAD. Windows color (decimal): -5393523 or 9286573. OLE color: 9286573.
HSL color Cylindrical-coordinate representation of color #ADB38D: hue angle of 69.47º degrees, saturation: 0.2, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #ADB38D is Cyan = 0.03, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 173 | 179 | 141 | - |
| CMYK | 0.03 | 0 | 0.21 | 0.30 |
| HSL | 69.47º | 0.2% | 0.63% | - |
| HSV(B) | 69.47º | 0.21% | 0.7% | - |
| XYZ | 38.16 | 43.05 | 31.5 | - |
| YUV | 172.87 | 110.01 | 128.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 179 | 141 | 0.03 | 0 | 0.21 | 0.30 | 69.47 | 0.2 | 0.63 |
| Hex | AD | B3 | 8D | 3 | 0 | 15 | 1E | 45 | 14 | 3F |
| Octal | 255 | 263 | 215 | 3 | 0 | 25 | 36 | 105 | 24 | 77 |
| Binary | 10101101 | 10110011 | 10001101 | 11 | 0 | 10101 | 11110 | 1000101 | 10100 | 111111 |
Color Harmonies of #ADB38D
Complementary color
Monochromatic Colors of #ADB38D
Black with #ADB38D
Text Example
Text Example
White with #ADB38D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADB38D; }
p { color: rgb(173,179,141); }
H1.HeaderClassName
{
color: #ADB38D;
}
.AnyTagClassName
{
color: #ADB38D;
}
</style>
background-color css
<style>
a { background-color: #ADB38D; }
a { background-color: rgb(173,179,141); }
div.DivClassName
{
background-color: #ADB38D;
}
.BgClassName
{
background-color: #ADB38D;
}
</style>
border-color css
<style>
span { border-color: #ADB38D; }
span { border-color: rgb(173,179,141); }
td.TdClassName
{
border-color: #ADB38D;
}
.TagClassName
{
border-color: #ADB38D;
}
</style>