Shades of Bud #ADB08C
Tints of Bud #ADB08C
RGB
CMYK
RGB Variations
Color information
#ADB08C (or 0xADB08C) is known color: Bud. HEX triplet: AD, B0 and 8C. RGB value is (173,176,140). Sum of RGB (Red+Green+Blue) = 173+176+140=489 (64% of max value = 765). Red value is 173 (67.97% from 255 or 35.38% from 489); Green value is 176 (69.14% from 255 or 35.99% from 489); Blue value is 140 (55.08% from 255 or 28.63% from 489); Max value from RGB is 176 - color contains mainly: green. Hex color #ADB08C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ADB08C is #524F73. Grayscale: #ABABAB. Windows color (decimal): -5394292 or 9220269. OLE color: 9220269.
HSL color Cylindrical-coordinate representation of color #ADB08C: hue angle of 65º degrees, saturation: 0.19, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #ADB08C is Cyan = 0.02, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 173 | 176 | 140 | - |
| CMYK | 0.02 | 0 | 0.20 | 0.31 |
| HSL | 65º | 0.19% | 0.62% | - |
| HSV(B) | 65º | 0.2% | 0.69% | - |
| XYZ | 37.49 | 41.83 | 30.91 | - |
| YUV | 171 | 110.51 | 129.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 176 | 140 | 0.02 | 0 | 0.20 | 0.31 | 65 | 0.19 | 0.62 |
| Hex | AD | B0 | 8C | 2 | 0 | 14 | 1F | 41 | 13 | 3E |
| Octal | 255 | 260 | 214 | 2 | 0 | 24 | 37 | 101 | 23 | 76 |
| Binary | 10101101 | 10110000 | 10001100 | 10 | 0 | 10100 | 11111 | 1000001 | 10011 | 111110 |
Color Harmonies of #ADB08C
Complementary color
Monochromatic Colors of #ADB08C
Black with #ADB08C
Text Example
Text Example
White with #ADB08C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADB08C; }
p { color: rgb(173,176,140); }
H1.HeaderClassName
{
color: #ADB08C;
}
.AnyTagClassName
{
color: #ADB08C;
}
</style>
background-color css
<style>
a { background-color: #ADB08C; }
a { background-color: rgb(173,176,140); }
div.DivClassName
{
background-color: #ADB08C;
}
.BgClassName
{
background-color: #ADB08C;
}
</style>
border-color css
<style>
span { border-color: #ADB08C; }
span { border-color: rgb(173,176,140); }
td.TdClassName
{
border-color: #ADB08C;
}
.TagClassName
{
border-color: #ADB08C;
}
</style>