Shades of Bud #ADAF9A
Tints of Bud #ADAF9A
RGB
CMYK
RGB Variations
Color information
#ADAF9A (or 0xADAF9A) is known color: Bud. HEX triplet: AD, AF and 9A. RGB value is (173,175,154). Sum of RGB (Red+Green+Blue) = 173+175+154=502 (66% of max value = 765). Red value is 173 (67.97% from 255 or 34.46% from 502); Green value is 175 (68.75% from 255 or 34.86% from 502); Blue value is 154 (60.55% from 255 or 30.68% from 502); Max value from RGB is 175 - color contains mainly: green. Hex color #ADAF9A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ADAF9A is #525065. Grayscale: #ACACAC. Windows color (decimal): -5394534 or 10137517. OLE color: 10137517.
HSL color Cylindrical-coordinate representation of color #ADAF9A: hue angle of 65.71º degrees, saturation: 0.12, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #ADAF9A is Cyan = 0.01, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 173 | 175 | 154 | - |
| CMYK | 0.01 | 0 | 0.12 | 0.31 |
| HSL | 65.71º | 0.12% | 0.65% | - |
| HSV(B) | 65.71º | 0.12% | 0.69% | - |
| XYZ | 38.4 | 41.88 | 36.63 | - |
| YUV | 172.01 | 117.84 | 128.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 175 | 154 | 0.01 | 0 | 0.12 | 0.31 | 65.71 | 0.12 | 0.65 |
| Hex | AD | AF | 9A | 1 | 0 | C | 1F | 42 | C | 41 |
| Octal | 255 | 257 | 232 | 1 | 0 | 14 | 37 | 102 | 14 | 101 |
| Binary | 10101101 | 10101111 | 10011010 | 1 | 0 | 1100 | 11111 | 1000010 | 1100 | 1000001 |
Color Harmonies of #ADAF9A
Complementary color
Monochromatic Colors of #ADAF9A
Black with #ADAF9A
Text Example
Text Example
White with #ADAF9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADAF9A; }
p { color: rgb(173,175,154); }
H1.HeaderClassName
{
color: #ADAF9A;
}
.AnyTagClassName
{
color: #ADAF9A;
}
</style>
background-color css
<style>
a { background-color: #ADAF9A; }
a { background-color: rgb(173,175,154); }
div.DivClassName
{
background-color: #ADAF9A;
}
.BgClassName
{
background-color: #ADAF9A;
}
</style>
border-color css
<style>
span { border-color: #ADAF9A; }
span { border-color: rgb(173,175,154); }
td.TdClassName
{
border-color: #ADAF9A;
}
.TagClassName
{
border-color: #ADAF9A;
}
</style>