Shades of Bud #ADB389
Tints of Bud #ADB389
RGB
CMYK
RGB Variations
Color information
#ADB389 (or 0xADB389) is known color: Bud. HEX triplet: AD, B3 and 89. RGB value is (173,179,137). Sum of RGB (Red+Green+Blue) = 173+179+137=489 (64% of max value = 765). Red value is 173 (67.97% from 255 or 35.38% from 489); Green value is 179 (70.31% from 255 or 36.61% from 489); Blue value is 137 (53.91% from 255 or 28.02% from 489); Max value from RGB is 179 - color contains mainly: green. Hex color #ADB389 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADB389 is #524C76. Grayscale: #ACACAC. Windows color (decimal): -5393527 or 9024429. OLE color: 9024429.
HSL color Cylindrical-coordinate representation of color #ADB389: hue angle of 68.57º degrees, saturation: 0.22, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #ADB389 is Cyan = 0.03, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 173 | 179 | 137 | - |
| CMYK | 0.03 | 0 | 0.23 | 0.30 |
| HSL | 68.57º | 0.22% | 0.62% | - |
| HSV(B) | 68.57º | 0.23% | 0.7% | - |
| XYZ | 37.87 | 42.93 | 29.96 | - |
| YUV | 172.42 | 108.01 | 128.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 179 | 137 | 0.03 | 0 | 0.23 | 0.30 | 68.57 | 0.22 | 0.62 |
| Hex | AD | B3 | 89 | 3 | 0 | 17 | 1E | 45 | 16 | 3E |
| Octal | 255 | 263 | 211 | 3 | 0 | 27 | 36 | 105 | 26 | 76 |
| Binary | 10101101 | 10110011 | 10001001 | 11 | 0 | 10111 | 11110 | 1000101 | 10110 | 111110 |
Color Harmonies of #ADB389
Complementary color
Monochromatic Colors of #ADB389
Black with #ADB389
Text Example
Text Example
White with #ADB389
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADB389; }
p { color: rgb(173,179,137); }
H1.HeaderClassName
{
color: #ADB389;
}
.AnyTagClassName
{
color: #ADB389;
}
</style>
background-color css
<style>
a { background-color: #ADB389; }
a { background-color: rgb(173,179,137); }
div.DivClassName
{
background-color: #ADB389;
}
.BgClassName
{
background-color: #ADB389;
}
</style>
border-color css
<style>
span { border-color: #ADB389; }
span { border-color: rgb(173,179,137); }
td.TdClassName
{
border-color: #ADB389;
}
.TagClassName
{
border-color: #ADB389;
}
</style>