Shades of Bud #ADB08B
Tints of Bud #ADB08B
RGB
CMYK
RGB Variations
Color information
#ADB08B (or 0xADB08B) is known color: Bud. HEX triplet: AD, B0 and 8B. RGB value is (173,176,139). Sum of RGB (Red+Green+Blue) = 173+176+139=488 (64% of max value = 765). Red value is 173 (67.97% from 255 or 35.45% from 488); Green value is 176 (69.14% from 255 or 36.07% from 488); Blue value is 139 (54.69% from 255 or 28.48% from 488); Max value from RGB is 176 - color contains mainly: green. Hex color #ADB08B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ADB08B is #524F74. Grayscale: #ABABAB. Windows color (decimal): -5394293 or 9154733. OLE color: 9154733.
HSL color Cylindrical-coordinate representation of color #ADB08B: hue angle of 64.86º degrees, saturation: 0.19, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #ADB08B is Cyan = 0.02, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 173 | 176 | 139 | - |
| CMYK | 0.02 | 0 | 0.21 | 0.31 |
| HSL | 64.86º | 0.19% | 0.62% | - |
| HSV(B) | 64.86º | 0.21% | 0.69% | - |
| XYZ | 37.42 | 41.8 | 30.52 | - |
| YUV | 170.89 | 110.01 | 129.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 176 | 139 | 0.02 | 0 | 0.21 | 0.31 | 64.86 | 0.19 | 0.62 |
| Hex | AD | B0 | 8B | 2 | 0 | 15 | 1F | 41 | 13 | 3E |
| Octal | 255 | 260 | 213 | 2 | 0 | 25 | 37 | 101 | 23 | 76 |
| Binary | 10101101 | 10110000 | 10001011 | 10 | 0 | 10101 | 11111 | 1000001 | 10011 | 111110 |
Color Harmonies of #ADB08B
Complementary color
Monochromatic Colors of #ADB08B
Black with #ADB08B
Text Example
Text Example
White with #ADB08B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADB08B; }
p { color: rgb(173,176,139); }
H1.HeaderClassName
{
color: #ADB08B;
}
.AnyTagClassName
{
color: #ADB08B;
}
</style>
background-color css
<style>
a { background-color: #ADB08B; }
a { background-color: rgb(173,176,139); }
div.DivClassName
{
background-color: #ADB08B;
}
.BgClassName
{
background-color: #ADB08B;
}
</style>
border-color css
<style>
span { border-color: #ADB08B; }
span { border-color: rgb(173,176,139); }
td.TdClassName
{
border-color: #ADB08B;
}
.TagClassName
{
border-color: #ADB08B;
}
</style>