Shades of Bud #ADAF8F
Tints of Bud #ADAF8F
RGB
CMYK
RGB Variations
Color information
#ADAF8F (or 0xADAF8F) is known color: Bud. HEX triplet: AD, AF and 8F. RGB value is (173,175,143). Sum of RGB (Red+Green+Blue) = 173+175+143=491 (65% of max value = 765). Red value is 173 (67.97% from 255 or 35.23% from 491); Green value is 175 (68.75% from 255 or 35.64% from 491); Blue value is 143 (56.25% from 255 or 29.12% from 491); Max value from RGB is 175 - color contains mainly: green. Hex color #ADAF8F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ADAF8F is #525070. Grayscale: #AAAAAA. Windows color (decimal): -5394545 or 9416621. OLE color: 9416621.
HSL color Cylindrical-coordinate representation of color #ADAF8F: hue angle of 63.75º degrees, saturation: 0.17, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #ADAF8F is Cyan = 0.01, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 173 | 175 | 143 | - |
| CMYK | 0.01 | 0 | 0.18 | 0.31 |
| HSL | 63.75º | 0.17% | 0.62% | - |
| HSV(B) | 63.75º | 0.18% | 0.69% | - |
| XYZ | 37.52 | 41.53 | 32.02 | - |
| YUV | 170.75 | 112.34 | 129.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 175 | 143 | 0.01 | 0 | 0.18 | 0.31 | 63.75 | 0.17 | 0.62 |
| Hex | AD | AF | 8F | 1 | 0 | 12 | 1F | 40 | 11 | 3E |
| Octal | 255 | 257 | 217 | 1 | 0 | 22 | 37 | 100 | 21 | 76 |
| Binary | 10101101 | 10101111 | 10001111 | 1 | 0 | 10010 | 11111 | 1000000 | 10001 | 111110 |
Color Harmonies of #ADAF8F
Complementary color
Monochromatic Colors of #ADAF8F
Black with #ADAF8F
Text Example
Text Example
White with #ADAF8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADAF8F; }
p { color: rgb(173,175,143); }
H1.HeaderClassName
{
color: #ADAF8F;
}
.AnyTagClassName
{
color: #ADAF8F;
}
</style>
background-color css
<style>
a { background-color: #ADAF8F; }
a { background-color: rgb(173,175,143); }
div.DivClassName
{
background-color: #ADAF8F;
}
.BgClassName
{
background-color: #ADAF8F;
}
</style>
border-color css
<style>
span { border-color: #ADAF8F; }
span { border-color: rgb(173,175,143); }
td.TdClassName
{
border-color: #ADAF8F;
}
.TagClassName
{
border-color: #ADAF8F;
}
</style>