Shades of Bud #ADB489
Tints of Bud #ADB489
RGB
CMYK
RGB Variations
Color information
#ADB489 (or 0xADB489) is known color: Bud. HEX triplet: AD, B4 and 89. RGB value is (173,180,137). Sum of RGB (Red+Green+Blue) = 173+180+137=490 (64% of max value = 765). Red value is 173 (67.97% from 255 or 35.31% from 490); Green value is 180 (70.70% from 255 or 36.73% from 490); Blue value is 137 (53.91% from 255 or 27.96% from 490); Max value from RGB is 180 - color contains mainly: green. Hex color #ADB489 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADB489 is #524B76. Grayscale: #ADADAD. Windows color (decimal): -5393271 or 9024685. OLE color: 9024685.
HSL color Cylindrical-coordinate representation of color #ADB489: hue angle of 69.77º degrees, saturation: 0.22, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #ADB489 is Cyan = 0.04, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 173 | 180 | 137 | - |
| CMYK | 0.04 | 0 | 0.24 | 0.29 |
| HSL | 69.77º | 0.22% | 0.62% | - |
| HSV(B) | 69.77º | 0.24% | 0.71% | - |
| XYZ | 38.07 | 43.33 | 30.02 | - |
| YUV | 173.01 | 107.68 | 128 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 180 | 137 | 0.04 | 0 | 0.24 | 0.29 | 69.77 | 0.22 | 0.62 |
| Hex | AD | B4 | 89 | 4 | 0 | 18 | 1D | 46 | 16 | 3E |
| Octal | 255 | 264 | 211 | 4 | 0 | 30 | 35 | 106 | 26 | 76 |
| Binary | 10101101 | 10110100 | 10001001 | 100 | 0 | 11000 | 11101 | 1000110 | 10110 | 111110 |
Color Harmonies of #ADB489
Complementary color
Monochromatic Colors of #ADB489
Black with #ADB489
Text Example
Text Example
White with #ADB489
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADB489; }
p { color: rgb(173,180,137); }
H1.HeaderClassName
{
color: #ADB489;
}
.AnyTagClassName
{
color: #ADB489;
}
</style>
background-color css
<style>
a { background-color: #ADB489; }
a { background-color: rgb(173,180,137); }
div.DivClassName
{
background-color: #ADB489;
}
.BgClassName
{
background-color: #ADB489;
}
</style>
border-color css
<style>
span { border-color: #ADB489; }
span { border-color: rgb(173,180,137); }
td.TdClassName
{
border-color: #ADB489;
}
.TagClassName
{
border-color: #ADB489;
}
</style>