Shades of Bud #ADB18F
Tints of Bud #ADB18F
RGB
CMYK
RGB Variations
Color information
#ADB18F (or 0xADB18F) is known color: Bud. HEX triplet: AD, B1 and 8F. RGB value is (173,177,143). Sum of RGB (Red+Green+Blue) = 173+177+143=493 (65% of max value = 765). Red value is 173 (67.97% from 255 or 35.09% from 493); Green value is 177 (69.53% from 255 or 35.90% from 493); Blue value is 143 (56.25% from 255 or 29.01% from 493); Max value from RGB is 177 - color contains mainly: green. Hex color #ADB18F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ADB18F is #524E70. Grayscale: #ACACAC. Windows color (decimal): -5394033 or 9417133. OLE color: 9417133.
HSL color Cylindrical-coordinate representation of color #ADB18F: hue angle of 67.06º degrees, saturation: 0.18, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #ADB18F is Cyan = 0.02, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 173 | 177 | 143 | - |
| CMYK | 0.02 | 0 | 0.19 | 0.31 |
| HSL | 67.06º | 0.18% | 0.63% | - |
| HSV(B) | 67.06º | 0.19% | 0.69% | - |
| XYZ | 37.91 | 42.31 | 32.16 | - |
| YUV | 171.93 | 111.67 | 128.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 177 | 143 | 0.02 | 0 | 0.19 | 0.31 | 67.06 | 0.18 | 0.63 |
| Hex | AD | B1 | 8F | 2 | 0 | 13 | 1F | 43 | 12 | 3F |
| Octal | 255 | 261 | 217 | 2 | 0 | 23 | 37 | 103 | 22 | 77 |
| Binary | 10101101 | 10110001 | 10001111 | 10 | 0 | 10011 | 11111 | 1000011 | 10010 | 111111 |
Color Harmonies of #ADB18F
Complementary color
Monochromatic Colors of #ADB18F
Black with #ADB18F
Text Example
Text Example
White with #ADB18F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADB18F; }
p { color: rgb(173,177,143); }
H1.HeaderClassName
{
color: #ADB18F;
}
.AnyTagClassName
{
color: #ADB18F;
}
</style>
background-color css
<style>
a { background-color: #ADB18F; }
a { background-color: rgb(173,177,143); }
div.DivClassName
{
background-color: #ADB18F;
}
.BgClassName
{
background-color: #ADB18F;
}
</style>
border-color css
<style>
span { border-color: #ADB18F; }
span { border-color: rgb(173,177,143); }
td.TdClassName
{
border-color: #ADB18F;
}
.TagClassName
{
border-color: #ADB18F;
}
</style>