#ADB99F

Color #ADB99F Silver Chalice (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Silver Chalice #ADB99F

Tints of Silver Chalice #ADB99F

Color information

#ADB99F (or 0xADB99F) is unknown color: approx Silver Chalice. HEX triplet: AD, B9 and 9F. RGB value is (173,185,159). Sum of RGB (Red+Green+Blue) = 173+185+159=517 (68% of max value = 765). Red value is 173 (67.97% from 255 or 33.46% from 517); Green value is 185 (72.66% from 255 or 35.78% from 517); Blue value is 159 (62.5% from 255 or 30.75% from 517); Max value from RGB is 185 - color contains mainly: green. Hex color #ADB99F is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADB99F is #524660. Grayscale: #B2B2B2. Windows color (decimal): -5391969 or 10467757. OLE color: 10467757.

HSL color Cylindrical-coordinate representation of color #ADB99F: hue angle of 87.69º degrees, saturation: 0.16, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #ADB99F is Cyan = 0.06, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.27.

Color convert

RGB173185159-
CMYK0.0600.140.27
HSL87.69º15.66%67.45%-
HSV(B)87.69º14.05%72.55%-
XYZ40.8446.0939.54-
YUV178.45117.02124.11-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 173 (67.97% from 255) = 33.46%
GREEN value IS 185 (72.66% from 255) = 35.78%
BLUE value IS 159 (62.5% from 255) = 30.75%
R=33.46%
G=35.78%
B=30.75%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1731851590.0600.140.2787.6915.6667.45
HexADB99F60E1B581043
Octal25527123760163313020103
Binary10101101101110011001111111001110110111011000100001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADB99F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADB99F; }

 p { color: rgb(173,185,159); }

 H1.HeaderClassName
 {
   color: #ADB99F;
 }
 .AnyTagClassName
 {
   color: #ADB99F;
 }
</style>
background-color css

<style>
 a { background-color: #ADB99F; }

 a { background-color: rgb(173,185,159); }

 div.DivClassName
 {
   background-color: #ADB99F;
 }
 .BgClassName
 {
   background-color: #ADB99F;
 }
</style>
border-color css

<style>
 span { border-color: #ADB99F; }

 span { border-color: rgb(173,185,159); }

 td.TdClassName
 {
   border-color: #ADB99F;
 }
 .TagClassName
 {
   border-color: #ADB99F;
 }
</style>