#ADB69F

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

Shades of Silver Chalice #ADB69F

Tints of Silver Chalice #ADB69F

Color information

#ADB69F (or 0xADB69F) is unknown color: approx 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

RGB173182159-
CMYK0.0500.130.29
HSL83.48º13.61%66.86%-
HSV(B)83.48º12.64%71.37%-
XYZ40.2244.8439.34-
YUV176.69118.02125.37-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 33.66%
GREEN value IS 182 (71.48% from 255) = 35.41%
BLUE value IS 159 (62.5% from 255) = 30.93%
R=33.66%
G=35.41%
B=30.93%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1731821590.0500.130.2983.4813.6166.86
HexADB69F50D1D53e43
Octal25526623750153512316103
Binary1010110110110110100111111010110111101101001111101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADB69F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>