Shades of Bud #ADAF8C
Tints of Bud #ADAF8C
RGB
CMYK
RGB Variations
Color information
#ADAF8C (or 0xADAF8C) is known color: Bud. HEX triplet: AD, AF and 8C. RGB value is (173,175,140). Sum of RGB (Red+Green+Blue) = 173+175+140=488 (64% of max value = 765). Red value is 173 (67.97% from 255 or 35.45% from 488); Green value is 175 (68.75% from 255 or 35.86% from 488); Blue value is 140 (55.08% from 255 or 28.69% from 488); Max value from RGB is 175 - color contains mainly: green. Hex color #ADAF8C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ADAF8C is #525073. Grayscale: #AAAAAA. Windows color (decimal): -5394548 or 9220013. OLE color: 9220013.
HSL color Cylindrical-coordinate representation of color #ADAF8C: hue angle of 63.43º degrees, saturation: 0.18, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #ADAF8C is Cyan = 0.01, Magento = 0, Yellow = 0.2 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 173 | 175 | 140 | - |
| CMYK | 0.01 | 0 | 0.2 | 0.31 |
| HSL | 63.43º | 0.18% | 0.62% | - |
| HSV(B) | 63.43º | 0.2% | 0.69% | - |
| XYZ | 37.3 | 41.44 | 30.84 | - |
| YUV | 170.41 | 110.84 | 129.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 175 | 140 | 0.01 | 0 | 0.2 | 0.31 | 63.43 | 0.18 | 0.62 |
| Hex | AD | AF | 8C | 1 | 0 | 14 | 1F | 3F | 12 | 3E |
| Octal | 255 | 257 | 214 | 1 | 0 | 24 | 37 | 77 | 22 | 76 |
| Binary | 10101101 | 10101111 | 10001100 | 1 | 0 | 10100 | 11111 | 111111 | 10010 | 111110 |
Color Harmonies of #ADAF8C
Complementary color
Monochromatic Colors of #ADAF8C
Black with #ADAF8C
Text Example
Text Example
White with #ADAF8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADAF8C; }
p { color: rgb(173,175,140); }
H1.HeaderClassName
{
color: #ADAF8C;
}
.AnyTagClassName
{
color: #ADAF8C;
}
</style>
background-color css
<style>
a { background-color: #ADAF8C; }
a { background-color: rgb(173,175,140); }
div.DivClassName
{
background-color: #ADAF8C;
}
.BgClassName
{
background-color: #ADAF8C;
}
</style>
border-color css
<style>
span { border-color: #ADAF8C; }
span { border-color: rgb(173,175,140); }
td.TdClassName
{
border-color: #ADAF8C;
}
.TagClassName
{
border-color: #ADAF8C;
}
</style>