Shades of Bud #ADAF91
Tints of Bud #ADAF91
RGB
CMYK
RGB Variations
Color information
#ADAF91 (or 0xADAF91) is known color: Bud. HEX triplet: AD, AF and 91. RGB value is (173,175,145). Sum of RGB (Red+Green+Blue) = 173+175+145=493 (65% of max value = 765). Red value is 173 (67.97% from 255 or 35.09% from 493); Green value is 175 (68.75% from 255 or 35.50% from 493); Blue value is 145 (57.03% from 255 or 29.41% from 493); Max value from RGB is 175 - color contains mainly: green. Hex color #ADAF91 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ADAF91 is #52506E. Grayscale: #ABABAB. Windows color (decimal): -5394543 or 9547693. OLE color: 9547693.
HSL color Cylindrical-coordinate representation of color #ADAF91: hue angle of 64º degrees, saturation: 0.16, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #ADAF91 is Cyan = 0.01, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 173 | 175 | 145 | - |
| CMYK | 0.01 | 0 | 0.17 | 0.31 |
| HSL | 64º | 0.16% | 0.63% | - |
| HSV(B) | 64º | 0.17% | 0.69% | - |
| XYZ | 37.67 | 41.59 | 32.83 | - |
| YUV | 170.98 | 113.34 | 129.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 175 | 145 | 0.01 | 0 | 0.17 | 0.31 | 64 | 0.16 | 0.63 |
| Hex | AD | AF | 91 | 1 | 0 | 11 | 1F | 40 | 10 | 3F |
| Octal | 255 | 257 | 221 | 1 | 0 | 21 | 37 | 100 | 20 | 77 |
| Binary | 10101101 | 10101111 | 10010001 | 1 | 0 | 10001 | 11111 | 1000000 | 10000 | 111111 |
Color Harmonies of #ADAF91
Complementary color
Monochromatic Colors of #ADAF91
Black with #ADAF91
Text Example
Text Example
White with #ADAF91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADAF91; }
p { color: rgb(173,175,145); }
H1.HeaderClassName
{
color: #ADAF91;
}
.AnyTagClassName
{
color: #ADAF91;
}
</style>
background-color css
<style>
a { background-color: #ADAF91; }
a { background-color: rgb(173,175,145); }
div.DivClassName
{
background-color: #ADAF91;
}
.BgClassName
{
background-color: #ADAF91;
}
</style>
border-color css
<style>
span { border-color: #ADAF91; }
span { border-color: rgb(173,175,145); }
td.TdClassName
{
border-color: #ADAF91;
}
.TagClassName
{
border-color: #ADAF91;
}
</style>