Shades of Bud #ADB094
Tints of Bud #ADB094
RGB
CMYK
RGB Variations
Color information
#ADB094 (or 0xADB094) is known color: Bud. HEX triplet: AD, B0 and 94. RGB value is (173,176,148). Sum of RGB (Red+Green+Blue) = 173+176+148=497 (65% of max value = 765). Red value is 173 (67.97% from 255 or 34.81% from 497); Green value is 176 (69.14% from 255 or 35.41% from 497); Blue value is 148 (58.20% from 255 or 29.78% from 497); Max value from RGB is 176 - color contains mainly: green. Hex color #ADB094 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ADB094 is #524F6B. Grayscale: #ACACAC. Windows color (decimal): -5394284 or 9744557. OLE color: 9744557.
HSL color Cylindrical-coordinate representation of color #ADB094: hue angle of 66.43º degrees, saturation: 0.15, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #ADB094 is Cyan = 0.02, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 173 | 176 | 148 | - |
| CMYK | 0.02 | 0 | 0.16 | 0.31 |
| HSL | 66.43º | 0.15% | 0.64% | - |
| HSV(B) | 66.43º | 0.16% | 0.69% | - |
| XYZ | 38.1 | 42.07 | 34.13 | - |
| YUV | 171.91 | 114.51 | 128.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 176 | 148 | 0.02 | 0 | 0.16 | 0.31 | 66.43 | 0.15 | 0.64 |
| Hex | AD | B0 | 94 | 2 | 0 | 10 | 1F | 42 | F | 40 |
| Octal | 255 | 260 | 224 | 2 | 0 | 20 | 37 | 102 | 17 | 100 |
| Binary | 10101101 | 10110000 | 10010100 | 10 | 0 | 10000 | 11111 | 1000010 | 1111 | 1000000 |
Color Harmonies of #ADB094
Complementary color
Monochromatic Colors of #ADB094
Black with #ADB094
Text Example
Text Example
White with #ADB094
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADB094; }
p { color: rgb(173,176,148); }
H1.HeaderClassName
{
color: #ADB094;
}
.AnyTagClassName
{
color: #ADB094;
}
</style>
background-color css
<style>
a { background-color: #ADB094; }
a { background-color: rgb(173,176,148); }
div.DivClassName
{
background-color: #ADB094;
}
.BgClassName
{
background-color: #ADB094;
}
</style>
border-color css
<style>
span { border-color: #ADB094; }
span { border-color: rgb(173,176,148); }
td.TdClassName
{
border-color: #ADB094;
}
.TagClassName
{
border-color: #ADB094;
}
</style>