Shades of Bud #ADB08E
Tints of Bud #ADB08E
RGB
CMYK
RGB Variations
Color information
#ADB08E (or 0xADB08E) is known color: Bud. HEX triplet: AD, B0 and 8E. RGB value is (173,176,142). Sum of RGB (Red+Green+Blue) = 173+176+142=491 (65% of max value = 765). Red value is 173 (67.97% from 255 or 35.23% from 491); Green value is 176 (69.14% from 255 or 35.85% from 491); Blue value is 142 (55.86% from 255 or 28.92% from 491); Max value from RGB is 176 - color contains mainly: green. Hex color #ADB08E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ADB08E is #524F71. Grayscale: #ABABAB. Windows color (decimal): -5394290 or 9351341. OLE color: 9351341.
HSL color Cylindrical-coordinate representation of color #ADB08E: hue angle of 65.29º degrees, saturation: 0.18, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #ADB08E is Cyan = 0.02, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 173 | 176 | 142 | - |
| CMYK | 0.02 | 0 | 0.19 | 0.31 |
| HSL | 65.29º | 0.18% | 0.62% | - |
| HSV(B) | 65.29º | 0.19% | 0.69% | - |
| XYZ | 37.64 | 41.89 | 31.69 | - |
| YUV | 171.23 | 111.51 | 129.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 176 | 142 | 0.02 | 0 | 0.19 | 0.31 | 65.29 | 0.18 | 0.62 |
| Hex | AD | B0 | 8E | 2 | 0 | 13 | 1F | 41 | 12 | 3E |
| Octal | 255 | 260 | 216 | 2 | 0 | 23 | 37 | 101 | 22 | 76 |
| Binary | 10101101 | 10110000 | 10001110 | 10 | 0 | 10011 | 11111 | 1000001 | 10010 | 111110 |
Color Harmonies of #ADB08E
Complementary color
Monochromatic Colors of #ADB08E
Black with #ADB08E
Text Example
Text Example
White with #ADB08E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADB08E; }
p { color: rgb(173,176,142); }
H1.HeaderClassName
{
color: #ADB08E;
}
.AnyTagClassName
{
color: #ADB08E;
}
</style>
background-color css
<style>
a { background-color: #ADB08E; }
a { background-color: rgb(173,176,142); }
div.DivClassName
{
background-color: #ADB08E;
}
.BgClassName
{
background-color: #ADB08E;
}
</style>
border-color css
<style>
span { border-color: #ADB08E; }
span { border-color: rgb(173,176,142); }
td.TdClassName
{
border-color: #ADB08E;
}
.TagClassName
{
border-color: #ADB08E;
}
</style>