Shades of Bud #ADAF8E
Tints of Bud #ADAF8E
RGB
CMYK
RGB Variations
Color information
#ADAF8E (or 0xADAF8E) is known color: Bud. HEX triplet: AD, AF and 8E. RGB value is (173,175,142). Sum of RGB (Red+Green+Blue) = 173+175+142=490 (64% of max value = 765). Red value is 173 (67.97% from 255 or 35.31% from 490); Green value is 175 (68.75% from 255 or 35.71% from 490); Blue value is 142 (55.86% from 255 or 28.98% from 490); Max value from RGB is 175 - color contains mainly: green. Hex color #ADAF8E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ADAF8E is #525071. Grayscale: #AAAAAA. Windows color (decimal): -5394546 or 9351085. OLE color: 9351085.
HSL color Cylindrical-coordinate representation of color #ADAF8E: hue angle of 63.64º degrees, saturation: 0.17, 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 #ADAF8E is Cyan = 0.01, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 173 | 175 | 142 | - |
| CMYK | 0.01 | 0 | 0.19 | 0.31 |
| HSL | 63.64º | 0.17% | 0.62% | - |
| HSV(B) | 63.64º | 0.19% | 0.69% | - |
| XYZ | 37.45 | 41.5 | 31.63 | - |
| YUV | 170.64 | 111.84 | 129.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 175 | 142 | 0.01 | 0 | 0.19 | 0.31 | 63.64 | 0.17 | 0.62 |
| Hex | AD | AF | 8E | 1 | 0 | 13 | 1F | 40 | 11 | 3E |
| Octal | 255 | 257 | 216 | 1 | 0 | 23 | 37 | 100 | 21 | 76 |
| Binary | 10101101 | 10101111 | 10001110 | 1 | 0 | 10011 | 11111 | 1000000 | 10001 | 111110 |
Color Harmonies of #ADAF8E
Complementary color
Monochromatic Colors of #ADAF8E
Black with #ADAF8E
Text Example
Text Example
White with #ADAF8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADAF8E; }
p { color: rgb(173,175,142); }
H1.HeaderClassName
{
color: #ADAF8E;
}
.AnyTagClassName
{
color: #ADAF8E;
}
</style>
background-color css
<style>
a { background-color: #ADAF8E; }
a { background-color: rgb(173,175,142); }
div.DivClassName
{
background-color: #ADAF8E;
}
.BgClassName
{
background-color: #ADAF8E;
}
</style>
border-color css
<style>
span { border-color: #ADAF8E; }
span { border-color: rgb(173,175,142); }
td.TdClassName
{
border-color: #ADAF8E;
}
.TagClassName
{
border-color: #ADAF8E;
}
</style>