Shades of Bud #ADB18A
Tints of Bud #ADB18A
RGB
CMYK
RGB Variations
Color information
#ADB18A (or 0xADB18A) is known color: Bud. HEX triplet: AD, B1 and 8A. RGB value is (173,177,138). Sum of RGB (Red+Green+Blue) = 173+177+138=488 (64% of max value = 765). Red value is 173 (67.97% from 255 or 35.45% from 488); Green value is 177 (69.53% from 255 or 36.27% from 488); Blue value is 138 (54.30% from 255 or 28.28% from 488); Max value from RGB is 177 - color contains mainly: green. Hex color #ADB18A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ADB18A is #524E75. Grayscale: #ABABAB. Windows color (decimal): -5394038 or 9089453. OLE color: 9089453.
HSL color Cylindrical-coordinate representation of color #ADB18A: hue angle of 66.15º degrees, saturation: 0.2, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #ADB18A is Cyan = 0.02, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 173 | 177 | 138 | - |
| CMYK | 0.02 | 0 | 0.22 | 0.31 |
| HSL | 66.15º | 0.2% | 0.62% | - |
| HSV(B) | 66.15º | 0.22% | 0.69% | - |
| XYZ | 37.54 | 42.16 | 30.2 | - |
| YUV | 171.36 | 109.17 | 129.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 177 | 138 | 0.02 | 0 | 0.22 | 0.31 | 66.15 | 0.2 | 0.62 |
| Hex | AD | B1 | 8A | 2 | 0 | 16 | 1F | 42 | 14 | 3E |
| Octal | 255 | 261 | 212 | 2 | 0 | 26 | 37 | 102 | 24 | 76 |
| Binary | 10101101 | 10110001 | 10001010 | 10 | 0 | 10110 | 11111 | 1000010 | 10100 | 111110 |
Color Harmonies of #ADB18A
Complementary color
Monochromatic Colors of #ADB18A
Black with #ADB18A
Text Example
Text Example
White with #ADB18A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADB18A; }
p { color: rgb(173,177,138); }
H1.HeaderClassName
{
color: #ADB18A;
}
.AnyTagClassName
{
color: #ADB18A;
}
</style>
background-color css
<style>
a { background-color: #ADB18A; }
a { background-color: rgb(173,177,138); }
div.DivClassName
{
background-color: #ADB18A;
}
.BgClassName
{
background-color: #ADB18A;
}
</style>
border-color css
<style>
span { border-color: #ADB18A; }
span { border-color: rgb(173,177,138); }
td.TdClassName
{
border-color: #ADB18A;
}
.TagClassName
{
border-color: #ADB18A;
}
</style>