Shades of Bud #ADB488
Tints of Bud #ADB488
RGB
CMYK
RGB Variations
Color information
#ADB488 (or 0xADB488) is known color: Bud. HEX triplet: AD, B4 and 88. RGB value is (173,180,136). Sum of RGB (Red+Green+Blue) = 173+180+136=489 (64% of max value = 765). Red value is 173 (67.97% from 255 or 35.38% from 489); Green value is 180 (70.70% from 255 or 36.81% from 489); Blue value is 136 (53.52% from 255 or 27.81% from 489); Max value from RGB is 180 - color contains mainly: green. Hex color #ADB488 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADB488 is #524B77. Grayscale: #ADADAD. Windows color (decimal): -5393272 or 8959149. OLE color: 8959149.
HSL color Cylindrical-coordinate representation of color #ADB488: hue angle of 69.55º degrees, saturation: 0.23, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #ADB488 is Cyan = 0.04, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 173 | 180 | 136 | - |
| CMYK | 0.04 | 0 | 0.24 | 0.29 |
| HSL | 69.55º | 0.23% | 0.62% | - |
| HSV(B) | 69.55º | 0.24% | 0.71% | - |
| XYZ | 38 | 43.3 | 29.65 | - |
| YUV | 172.89 | 107.18 | 128.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 180 | 136 | 0.04 | 0 | 0.24 | 0.29 | 69.55 | 0.23 | 0.62 |
| Hex | AD | B4 | 88 | 4 | 0 | 18 | 1D | 46 | 17 | 3E |
| Octal | 255 | 264 | 210 | 4 | 0 | 30 | 35 | 106 | 27 | 76 |
| Binary | 10101101 | 10110100 | 10001000 | 100 | 0 | 11000 | 11101 | 1000110 | 10111 | 111110 |
Color Harmonies of #ADB488
Complementary color
Monochromatic Colors of #ADB488
Black with #ADB488
Text Example
Text Example
White with #ADB488
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADB488; }
p { color: rgb(173,180,136); }
H1.HeaderClassName
{
color: #ADB488;
}
.AnyTagClassName
{
color: #ADB488;
}
</style>
background-color css
<style>
a { background-color: #ADB488; }
a { background-color: rgb(173,180,136); }
div.DivClassName
{
background-color: #ADB488;
}
.BgClassName
{
background-color: #ADB488;
}
</style>
border-color css
<style>
span { border-color: #ADB488; }
span { border-color: rgb(173,180,136); }
td.TdClassName
{
border-color: #ADB488;
}
.TagClassName
{
border-color: #ADB488;
}
</style>