Shades of Bud #ADB48A
Tints of Bud #ADB48A
RGB
CMYK
RGB Variations
Color information
#ADB48A (or 0xADB48A) is known color: Bud. HEX triplet: AD, B4 and 8A. RGB value is (173,180,138). Sum of RGB (Red+Green+Blue) = 173+180+138=491 (65% of max value = 765). Red value is 173 (67.97% from 255 or 35.23% from 491); Green value is 180 (70.70% from 255 or 36.66% from 491); Blue value is 138 (54.30% from 255 or 28.11% from 491); Max value from RGB is 180 - color contains mainly: green. Hex color #ADB48A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADB48A is #524B75. Grayscale: #ADADAD. Windows color (decimal): -5393270 or 9090221. OLE color: 9090221.
HSL color Cylindrical-coordinate representation of color #ADB48A: hue angle of 70º degrees, saturation: 0.22, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #ADB48A is Cyan = 0.04, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 173 | 180 | 138 | - |
| CMYK | 0.04 | 0 | 0.23 | 0.29 |
| HSL | 70º | 0.22% | 0.62% | - |
| HSV(B) | 70º | 0.23% | 0.71% | - |
| XYZ | 38.14 | 43.36 | 30.4 | - |
| YUV | 173.12 | 108.18 | 127.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 180 | 138 | 0.04 | 0 | 0.23 | 0.29 | 70 | 0.22 | 0.62 |
| Hex | AD | B4 | 8A | 4 | 0 | 17 | 1D | 46 | 16 | 3E |
| Octal | 255 | 264 | 212 | 4 | 0 | 27 | 35 | 106 | 26 | 76 |
| Binary | 10101101 | 10110100 | 10001010 | 100 | 0 | 10111 | 11101 | 1000110 | 10110 | 111110 |
Color Harmonies of #ADB48A
Complementary color
Monochromatic Colors of #ADB48A
Black with #ADB48A
Text Example
Text Example
White with #ADB48A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADB48A; }
p { color: rgb(173,180,138); }
H1.HeaderClassName
{
color: #ADB48A;
}
.AnyTagClassName
{
color: #ADB48A;
}
</style>
background-color css
<style>
a { background-color: #ADB48A; }
a { background-color: rgb(173,180,138); }
div.DivClassName
{
background-color: #ADB48A;
}
.BgClassName
{
background-color: #ADB48A;
}
</style>
border-color css
<style>
span { border-color: #ADB48A; }
span { border-color: rgb(173,180,138); }
td.TdClassName
{
border-color: #ADB48A;
}
.TagClassName
{
border-color: #ADB48A;
}
</style>