Shades of Bud #ADAF90
Tints of Bud #ADAF90
RGB
CMYK
RGB Variations
Color information
#ADAF90 (or 0xADAF90) is known color: Bud. HEX triplet: AD, AF and 90. RGB value is (173,175,144). Sum of RGB (Red+Green+Blue) = 173+175+144=492 (65% of max value = 765). Red value is 173 (67.97% from 255 or 35.16% from 492); Green value is 175 (68.75% from 255 or 35.57% from 492); Blue value is 144 (56.64% from 255 or 29.27% from 492); Max value from RGB is 175 - color contains mainly: green. Hex color #ADAF90 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ADAF90 is #52506F. Grayscale: #AAAAAA. Windows color (decimal): -5394544 or 9482157. OLE color: 9482157.
HSL color Cylindrical-coordinate representation of color #ADAF90: hue angle of 63.87º degrees, saturation: 0.16, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #ADAF90 is Cyan = 0.01, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 173 | 175 | 144 | - |
| CMYK | 0.01 | 0 | 0.18 | 0.31 |
| HSL | 63.87º | 0.16% | 0.63% | - |
| HSV(B) | 63.87º | 0.18% | 0.69% | - |
| XYZ | 37.6 | 41.56 | 32.43 | - |
| YUV | 170.87 | 112.84 | 129.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 175 | 144 | 0.01 | 0 | 0.18 | 0.31 | 63.87 | 0.16 | 0.63 |
| Hex | AD | AF | 90 | 1 | 0 | 12 | 1F | 40 | 10 | 3F |
| Octal | 255 | 257 | 220 | 1 | 0 | 22 | 37 | 100 | 20 | 77 |
| Binary | 10101101 | 10101111 | 10010000 | 1 | 0 | 10010 | 11111 | 1000000 | 10000 | 111111 |
Color Harmonies of #ADAF90
Complementary color
Monochromatic Colors of #ADAF90
Black with #ADAF90
Text Example
Text Example
White with #ADAF90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADAF90; }
p { color: rgb(173,175,144); }
H1.HeaderClassName
{
color: #ADAF90;
}
.AnyTagClassName
{
color: #ADAF90;
}
</style>
background-color css
<style>
a { background-color: #ADAF90; }
a { background-color: rgb(173,175,144); }
div.DivClassName
{
background-color: #ADAF90;
}
.BgClassName
{
background-color: #ADAF90;
}
</style>
border-color css
<style>
span { border-color: #ADAF90; }
span { border-color: rgb(173,175,144); }
td.TdClassName
{
border-color: #ADAF90;
}
.TagClassName
{
border-color: #ADAF90;
}
</style>