Shades of Bud #ADAF89
Tints of Bud #ADAF89
RGB
CMYK
RGB Variations
Color information
#ADAF89 (or 0xADAF89) is known color: Bud. HEX triplet: AD, AF and 89. RGB value is (173,175,137). Sum of RGB (Red+Green+Blue) = 173+175+137=485 (64% of max value = 765). Red value is 173 (67.97% from 255 or 35.67% from 485); Green value is 175 (68.75% from 255 or 36.08% from 485); Blue value is 137 (53.91% from 255 or 28.25% from 485); Max value from RGB is 175 - color contains mainly: green. Hex color #ADAF89 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ADAF89 is #525076. Grayscale: #AAAAAA. Windows color (decimal): -5394551 or 9023405. OLE color: 9023405.
HSL color Cylindrical-coordinate representation of color #ADAF89: hue angle of 63.16º degrees, saturation: 0.19, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #ADAF89 is Cyan = 0.01, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.31.
Color convert
RGB | 173 | 175 | 137 | - |
CMYK | 0.01 | 0 | 0.22 | 0.31 |
HSL | 63.16º | 0.19% | 0.61% | - |
HSV(B) | 63.16º | 0.22% | 0.69% | - |
XYZ | 37.08 | 41.35 | 29.69 | - |
YUV | 170.07 | 109.34 | 130.09 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 173 | 175 | 137 | 0.01 | 0 | 0.22 | 0.31 | 63.16 | 0.19 | 0.61 |
Hex | AD | AF | 89 | 1 | 0 | 16 | 1F | 3F | 13 | 3D |
Octal | 255 | 257 | 211 | 1 | 0 | 26 | 37 | 77 | 23 | 75 |
Binary | 10101101 | 10101111 | 10001001 | 1 | 0 | 10110 | 11111 | 111111 | 10011 | 111101 |
Color Harmonies of #ADAF89
Complementary color
Monochromatic Colors of #ADAF89
Black with #ADAF89
Text Example
Text Example
White with #ADAF89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADAF89; }
p { color: rgb(173,175,137); }
H1.HeaderClassName
{
color: #ADAF89;
}
.AnyTagClassName
{
color: #ADAF89;
}
</style>
background-color css
<style>
a { background-color: #ADAF89; }
a { background-color: rgb(173,175,137); }
div.DivClassName
{
background-color: #ADAF89;
}
.BgClassName
{
background-color: #ADAF89;
}
</style>
border-color css
<style>
span { border-color: #ADAF89; }
span { border-color: rgb(173,175,137); }
td.TdClassName
{
border-color: #ADAF89;
}
.TagClassName
{
border-color: #ADAF89;
}
</style>