Shades of Bud #ADAF8D
Tints of Bud #ADAF8D
RGB
CMYK
RGB Variations
Color information
#ADAF8D (or 0xADAF8D) is known color: Bud. HEX triplet: AD, AF and 8D. RGB value is (173,175,141). Sum of RGB (Red+Green+Blue) = 173+175+141=489 (64% of max value = 765). Red value is 173 (67.97% from 255 or 35.38% from 489); Green value is 175 (68.75% from 255 or 35.79% from 489); Blue value is 141 (55.47% from 255 or 28.83% from 489); Max value from RGB is 175 - color contains mainly: green. Hex color #ADAF8D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ADAF8D is #525072. Grayscale: #AAAAAA. Windows color (decimal): -5394547 or 9285549. OLE color: 9285549.
HSL color Cylindrical-coordinate representation of color #ADAF8D: hue angle of 63.53º 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 #ADAF8D is Cyan = 0.01, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 173 | 175 | 141 | - |
| CMYK | 0.01 | 0 | 0.19 | 0.31 |
| HSL | 63.53º | 0.18% | 0.62% | - |
| HSV(B) | 63.53º | 0.19% | 0.69% | - |
| XYZ | 37.37 | 41.47 | 31.23 | - |
| YUV | 170.53 | 111.34 | 129.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 175 | 141 | 0.01 | 0 | 0.19 | 0.31 | 63.53 | 0.18 | 0.62 |
| Hex | AD | AF | 8D | 1 | 0 | 13 | 1F | 40 | 12 | 3E |
| Octal | 255 | 257 | 215 | 1 | 0 | 23 | 37 | 100 | 22 | 76 |
| Binary | 10101101 | 10101111 | 10001101 | 1 | 0 | 10011 | 11111 | 1000000 | 10010 | 111110 |
Color Harmonies of #ADAF8D
Complementary color
Monochromatic Colors of #ADAF8D
Black with #ADAF8D
Text Example
Text Example
White with #ADAF8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADAF8D; }
p { color: rgb(173,175,141); }
H1.HeaderClassName
{
color: #ADAF8D;
}
.AnyTagClassName
{
color: #ADAF8D;
}
</style>
background-color css
<style>
a { background-color: #ADAF8D; }
a { background-color: rgb(173,175,141); }
div.DivClassName
{
background-color: #ADAF8D;
}
.BgClassName
{
background-color: #ADAF8D;
}
</style>
border-color css
<style>
span { border-color: #ADAF8D; }
span { border-color: rgb(173,175,141); }
td.TdClassName
{
border-color: #ADAF8D;
}
.TagClassName
{
border-color: #ADAF8D;
}
</style>