#ADB8A4

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

Shades of Silver Chalice #ADB8A4

Tints of Silver Chalice #ADB8A4

Color information

#ADB8A4 (or 0xADB8A4) is unknown color: approx Silver Chalice. HEX triplet: AD, B8 and A4. RGB value is (173,184,164). Sum of RGB (Red+Green+Blue) = 173+184+164=521 (69% of max value = 765). Red value is 173 (67.97% from 255 or 33.21% from 521); Green value is 184 (72.27% from 255 or 35.32% from 521); Blue value is 164 (64.45% from 255 or 31.48% from 521); Max value from RGB is 184 - color contains mainly: green. Hex color #ADB8A4 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADB8A4 is #52475B. Grayscale: #B2B2B2. Windows color (decimal): -5392220 or 10795181. OLE color: 10795181.

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

Color convert

RGB173184164-
CMYK0.0600.110.28
HSL93º12.35%68.24%-
HSV(B)93º10.87%72.16%-
XYZ41.0745.8541.81-
YUV178.43119.86124.13-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 33.21%
GREEN value IS 184 (72.27% from 255) = 35.32%
BLUE value IS 164 (64.45% from 255) = 31.48%
R=33.21%
G=35.32%
B=31.48%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1731841640.0600.110.289312.3568.24
HexADB8A460B1C5dc44
Octal25527024460133413514104
Binary1010110110111000101001001100101111100101110111001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADB8A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADB8A4; }

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

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

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

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

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

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

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

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