Shades of Bud #ADB086
Tints of Bud #ADB086
RGB
CMYK
RGB Variations
Color information
#ADB086 (or 0xADB086) is known color: Bud. HEX triplet: AD, B0 and 86. RGB value is (173,176,134). Sum of RGB (Red+Green+Blue) = 173+176+134=483 (63% of max value = 765). Red value is 173 (67.97% from 255 or 35.82% from 483); Green value is 176 (69.14% from 255 or 36.44% from 483); Blue value is 134 (52.73% from 255 or 27.74% from 483); Max value from RGB is 176 - color contains mainly: green. Hex color #ADB086 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ADB086 is #524F79. Grayscale: #AAAAAA. Windows color (decimal): -5394298 or 8827053. OLE color: 8827053.
HSL color Cylindrical-coordinate representation of color #ADB086: hue angle of 64.29º degrees, saturation: 0.21, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #ADB086 is Cyan = 0.02, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 173 | 176 | 134 | - |
| CMYK | 0.02 | 0 | 0.24 | 0.31 |
| HSL | 64.29º | 0.21% | 0.61% | - |
| HSV(B) | 64.29º | 0.24% | 0.69% | - |
| XYZ | 37.06 | 41.66 | 28.64 | - |
| YUV | 170.32 | 107.51 | 129.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 176 | 134 | 0.02 | 0 | 0.24 | 0.31 | 64.29 | 0.21 | 0.61 |
| Hex | AD | B0 | 86 | 2 | 0 | 18 | 1F | 40 | 15 | 3D |
| Octal | 255 | 260 | 206 | 2 | 0 | 30 | 37 | 100 | 25 | 75 |
| Binary | 10101101 | 10110000 | 10000110 | 10 | 0 | 11000 | 11111 | 1000000 | 10101 | 111101 |
Color Harmonies of #ADB086
Complementary color
Monochromatic Colors of #ADB086
Black with #ADB086
Text Example
Text Example
White with #ADB086
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADB086; }
p { color: rgb(173,176,134); }
H1.HeaderClassName
{
color: #ADB086;
}
.AnyTagClassName
{
color: #ADB086;
}
</style>
background-color css
<style>
a { background-color: #ADB086; }
a { background-color: rgb(173,176,134); }
div.DivClassName
{
background-color: #ADB086;
}
.BgClassName
{
background-color: #ADB086;
}
</style>
border-color css
<style>
span { border-color: #ADB086; }
span { border-color: rgb(173,176,134); }
td.TdClassName
{
border-color: #ADB086;
}
.TagClassName
{
border-color: #ADB086;
}
</style>