Shades of Bud #ADAF8B
Tints of Bud #ADAF8B
RGB
CMYK
RGB Variations
Color information
#ADAF8B (or 0xADAF8B) is known color: Bud. HEX triplet: AD, AF and 8B. RGB value is (173,175,139). Sum of RGB (Red+Green+Blue) = 173+175+139=487 (64% of max value = 765). Red value is 173 (67.97% from 255 or 35.52% from 487); Green value is 175 (68.75% from 255 or 35.93% from 487); Blue value is 139 (54.69% from 255 or 28.54% from 487); Max value from RGB is 175 - color contains mainly: green. Hex color #ADAF8B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ADAF8B is #525074. Grayscale: #AAAAAA. Windows color (decimal): -5394549 or 9154477. OLE color: 9154477.
HSL color Cylindrical-coordinate representation of color #ADAF8B: hue angle of 63.33º degrees, saturation: 0.18, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #ADAF8B is Cyan = 0.01, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 173 | 175 | 139 | - |
| CMYK | 0.01 | 0 | 0.21 | 0.31 |
| HSL | 63.33º | 0.18% | 0.62% | - |
| HSV(B) | 63.33º | 0.21% | 0.69% | - |
| XYZ | 37.22 | 41.41 | 30.46 | - |
| YUV | 170.3 | 110.34 | 129.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 175 | 139 | 0.01 | 0 | 0.21 | 0.31 | 63.33 | 0.18 | 0.62 |
| Hex | AD | AF | 8B | 1 | 0 | 15 | 1F | 3F | 12 | 3E |
| Octal | 255 | 257 | 213 | 1 | 0 | 25 | 37 | 77 | 22 | 76 |
| Binary | 10101101 | 10101111 | 10001011 | 1 | 0 | 10101 | 11111 | 111111 | 10010 | 111110 |
Color Harmonies of #ADAF8B
Complementary color
Monochromatic Colors of #ADAF8B
Black with #ADAF8B
Text Example
Text Example
White with #ADAF8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADAF8B; }
p { color: rgb(173,175,139); }
H1.HeaderClassName
{
color: #ADAF8B;
}
.AnyTagClassName
{
color: #ADAF8B;
}
</style>
background-color css
<style>
a { background-color: #ADAF8B; }
a { background-color: rgb(173,175,139); }
div.DivClassName
{
background-color: #ADAF8B;
}
.BgClassName
{
background-color: #ADAF8B;
}
</style>
border-color css
<style>
span { border-color: #ADAF8B; }
span { border-color: rgb(173,175,139); }
td.TdClassName
{
border-color: #ADAF8B;
}
.TagClassName
{
border-color: #ADAF8B;
}
</style>