#ADB89F

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

Shades of Silver Chalice #ADB89F

Tints of Silver Chalice #ADB89F

Color information

#ADB89F (or 0xADB89F) is unknown color: approx Silver Chalice. HEX triplet: AD, B8 and 9F. RGB value is (173,184,159). Sum of RGB (Red+Green+Blue) = 173+184+159=516 (68% of max value = 765). Red value is 173 (67.97% from 255 or 33.53% from 516); Green value is 184 (72.27% from 255 or 35.66% from 516); Blue value is 159 (62.5% from 255 or 30.81% from 516); Max value from RGB is 184 - color contains mainly: green. Hex color #ADB89F is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADB89F is #524760. Grayscale: #B1B1B1. Windows color (decimal): -5392225 or 10467501. OLE color: 10467501.

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

Color convert

RGB173184159-
CMYK0.0600.140.28
HSL86.4º14.97%67.25%-
HSV(B)86.4º13.59%72.16%-
XYZ40.6345.6739.47-
YUV177.86117.36124.53-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 33.53%
GREEN value IS 184 (72.27% from 255) = 35.66%
BLUE value IS 159 (62.5% from 255) = 30.81%
R=33.53%
G=35.66%
B=30.81%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1731841590.0600.140.2886.414.9767.25
HexADB89F60E1C56f43
Octal25527023760163412617103
Binary1010110110111000100111111100111011100101011011111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADB89F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADB89F; }

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

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

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

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

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

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

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

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