#A8B29E

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

Shades of Silver Chalice #A8B29E

Tints of Silver Chalice #A8B29E

Color information

#A8B29E (or 0xA8B29E) is unknown color: approx Silver Chalice. HEX triplet: A8, B2 and 9E. RGB value is (168,178,158). Sum of RGB (Red+Green+Blue) = 168+178+158=504 (66% of max value = 765). Red value is 168 (66.02% from 255 or 33.33% from 504); Green value is 178 (69.92% from 255 or 35.32% from 504); Blue value is 158 (62.11% from 255 or 31.35% from 504); Max value from RGB is 178 - color contains mainly: green. Hex color #A8B29E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A8B29E is #574D61. Grayscale: #ACACAC. Windows color (decimal): -5721442 or 10400424. OLE color: 10400424.

HSL color Cylindrical-coordinate representation of color #A8B29E: hue angle of 90º degrees, saturation: 0.11, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #A8B29E is Cyan = 0.06, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.30.

Color convert

RGB168178158-
CMYK0.0600.110.30
HSL90º11.49%65.88%-
HSV(B)90º11.24%69.8%-
XYZ38.2442.6338.56-
YUV172.73119.69124.63-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 33.33%
GREEN value IS 178 (69.92% from 255) = 35.32%
BLUE value IS 158 (62.11% from 255) = 31.35%
R=33.33%
G=35.32%
B=31.35%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1681781580.0600.110.309011.4965.88
HexA8B29E60B1E5ab42
Octal25026223660133613213102
Binary1010100010110010100111101100101111110101101010111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8B29E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8B29E; }

 p { color: rgb(168,178,158); }

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

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

 a { background-color: rgb(168,178,158); }

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

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

 span { border-color: rgb(168,178,158); }

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