Shades of Bud #ADB18B
Tints of Bud #ADB18B
RGB
CMYK
RGB Variations
Color information
#ADB18B (or 0xADB18B) is known color: Bud. HEX triplet: AD, B1 and 8B. RGB value is (173,177,139). Sum of RGB (Red+Green+Blue) = 173+177+139=489 (64% of max value = 765). Red value is 173 (67.97% from 255 or 35.38% from 489); Green value is 177 (69.53% from 255 or 36.20% from 489); Blue value is 139 (54.69% from 255 or 28.43% from 489); Max value from RGB is 177 - color contains mainly: green. Hex color #ADB18B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ADB18B is #524E74. Grayscale: #ABABAB. Windows color (decimal): -5394037 or 9154989. OLE color: 9154989.
HSL color Cylindrical-coordinate representation of color #ADB18B: hue angle of 66.32º degrees, saturation: 0.2, 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 #ADB18B is Cyan = 0.02, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 173 | 177 | 139 | - |
| CMYK | 0.02 | 0 | 0.21 | 0.31 |
| HSL | 66.32º | 0.2% | 0.62% | - |
| HSV(B) | 66.32º | 0.21% | 0.69% | - |
| XYZ | 37.62 | 42.19 | 30.59 | - |
| YUV | 171.47 | 109.67 | 129.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 177 | 139 | 0.02 | 0 | 0.21 | 0.31 | 66.32 | 0.2 | 0.62 |
| Hex | AD | B1 | 8B | 2 | 0 | 15 | 1F | 42 | 14 | 3E |
| Octal | 255 | 261 | 213 | 2 | 0 | 25 | 37 | 102 | 24 | 76 |
| Binary | 10101101 | 10110001 | 10001011 | 10 | 0 | 10101 | 11111 | 1000010 | 10100 | 111110 |
Color Harmonies of #ADB18B
Complementary color
Monochromatic Colors of #ADB18B
Black with #ADB18B
Text Example
Text Example
White with #ADB18B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADB18B; }
p { color: rgb(173,177,139); }
H1.HeaderClassName
{
color: #ADB18B;
}
.AnyTagClassName
{
color: #ADB18B;
}
</style>
background-color css
<style>
a { background-color: #ADB18B; }
a { background-color: rgb(173,177,139); }
div.DivClassName
{
background-color: #ADB18B;
}
.BgClassName
{
background-color: #ADB18B;
}
</style>
border-color css
<style>
span { border-color: #ADB18B; }
span { border-color: rgb(173,177,139); }
td.TdClassName
{
border-color: #ADB18B;
}
.TagClassName
{
border-color: #ADB18B;
}
</style>