Shades of Silver Chalice #ADB69F
Tints of Silver Chalice #ADB69F
RGB
CMYK
RGB Variations
Color information
#ADB69F (or 0xADB69F) is known color: Silver Chalice. HEX triplet: AD, B6 and 9F. RGB value is (173,182,159). Sum of RGB (Red+Green+Blue) = 173+182+159=514 (68% of max value = 765). Red value is 173 (67.97% from 255 or 33.66% from 514); Green value is 182 (71.48% from 255 or 35.41% from 514); Blue value is 159 (62.5% from 255 or 30.93% from 514); Max value from RGB is 182 - color contains mainly: green. Hex color #ADB69F is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADB69F is #524960. Grayscale: #B0B0B0. Windows color (decimal): -5392737 or 10466989. OLE color: 10466989.
HSL color Cylindrical-coordinate representation of color #ADB69F: hue angle of 83.48º degrees, saturation: 0.14, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #ADB69F is Cyan = 0.05, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 173 | 182 | 159 | - |
| CMYK | 0.05 | 0 | 0.13 | 0.29 |
| HSL | 83.48º | 0.14% | 0.67% | - |
| HSV(B) | 83.48º | 0.13% | 0.71% | - |
| XYZ | 40.22 | 44.84 | 39.34 | - |
| YUV | 176.69 | 118.02 | 125.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 182 | 159 | 0.05 | 0 | 0.13 | 0.29 | 83.48 | 0.14 | 0.67 |
| Hex | AD | B6 | 9F | 5 | 0 | D | 1D | 53 | E | 43 |
| Octal | 255 | 266 | 237 | 5 | 0 | 15 | 35 | 123 | 16 | 103 |
| Binary | 10101101 | 10110110 | 10011111 | 101 | 0 | 1101 | 11101 | 1010011 | 1110 | 1000011 |
Color Harmonies of #ADB69F
Complementary color
Monochromatic Colors of #ADB69F
Black with #ADB69F
Text Example
Text Example
White with #ADB69F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADB69F; }
p { color: rgb(173,182,159); }
H1.HeaderClassName
{
color: #ADB69F;
}
.AnyTagClassName
{
color: #ADB69F;
}
</style>
background-color css
<style>
a { background-color: #ADB69F; }
a { background-color: rgb(173,182,159); }
div.DivClassName
{
background-color: #ADB69F;
}
.BgClassName
{
background-color: #ADB69F;
}
</style>
border-color css
<style>
span { border-color: #ADB69F; }
span { border-color: rgb(173,182,159); }
td.TdClassName
{
border-color: #ADB69F;
}
.TagClassName
{
border-color: #ADB69F;
}
</style>